From 0fca1359f6cfda7be44cacb8e91d62423ce533ad Mon Sep 17 00:00:00 2001 From: chandi Date: Wed, 6 May 2020 10:37:39 +0200 Subject: [PATCH] fix for upgrading instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adac1d0..acc8725 100644 --- a/README.md +++ b/README.md @@ -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