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
# rebuild images
docker-compose build --no-cache
docker-compose build --pull --no-cache
# restart services
docker-compose restart
# recreate updated services
docker-compose up -d
# Missing:
# greenlight & https image updates
```
## Open Tasks