diff --git a/docs/install-docker.md b/docs/install-docker.md index 39aeba710..575ba4906 100644 --- a/docs/install-docker.md +++ b/docs/install-docker.md @@ -63,7 +63,7 @@ git checkout master git pull git stash pop docker compose build -docker compose stop && docker compose up -d +docker compose down && docker compose up -d ``` It may take some time depending on the contents of the update and the size of the database.