updated update instructions

This commit is contained in:
olli 2023-06-19 13:37:56 +02:00
parent 9615dd58d9
commit 275e32c27b

View File

@ -192,7 +192,11 @@ Update:
git reset --hard HEAD^ # Remove local commits
git clean -fd # Remove local uncommited files
git pull -f --all
# Update and restart
git pull https://gitea.ds9.dedyn.io/olli/dabo.git main -f
docker compose down
docker compose up -d
```