fix for upgrading instructions

This commit is contained in:
chandi 2020-05-06 10:37:39 +02:00
parent 9bf85e3faf
commit 0fca1359f6

View File

@ -74,10 +74,13 @@ git pull
git submodule update --remote git submodule update --remote
# rebuild images # rebuild images
docker-compose build --no-cache docker-compose build --pull --no-cache
# restart services # recreate updated services
docker-compose restart docker-compose up -d
# Missing:
# greenlight & https image updates
``` ```
## Open Tasks ## Open Tasks