diff --git a/README.md b/README.md index b1378428..84f3a20c 100644 --- a/README.md +++ b/README.md @@ -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 ``` ---