Skip to content

Commit 18d28f4

Browse files
authored
Merge pull request #3252 from Rikthepixel/master
Add `-d` flag to update commands to reflect docker install instructions
2 parents 4d698db + 0a92f98 commit 18d28f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To update the Docker image, simply pull the new images and rebuild:
121121

122122
```bash
123123
docker compose pull
124-
docker compose up --force-recreate
124+
docker compose up --force-recreate -d
125125
```
126126

127127
---

0 commit comments

Comments
 (0)