From b046718d1d5c393fb082f7c0b8b902a268f2f7dc Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Fri, 24 Feb 2023 11:21:26 -0500 Subject: [PATCH] Use `docker compose down` instead of `stop` --- docs/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.