Skip to content

Commit

Permalink
Merge pull request #3252 from Rikthepixel/master
Browse files Browse the repository at this point in the history
Add `-d` flag to update commands to reflect docker install instructions
  • Loading branch information
mikecao authored Feb 22, 2025
2 parents 4d698db + 0a92f98 commit 18d28f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild:

```bash
docker compose pull
docker compose up --force-recreate
docker compose up --force-recreate -d
```

---
Expand Down

0 comments on commit 18d28f4

Please sign in to comment.