Use docker compose down
instead of stop
This commit is contained in:
parent
ecbe984315
commit
b046718d1d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue