Skip to content

Commit 0a92f98

Browse files
committed
docs(docker): Add -d flag to update commands to reflect docker install instructions
1 parent 4d698db commit 0a92f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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)