Use docker compose down instead of stop

This commit is contained in:
Norm 2023-02-24 11:21:26 -05:00
parent ecbe984315
commit b046718d1d

View file

@ -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.