From 7ee462985f1259dc5e1c2d3c0ee71419db9d8207 Mon Sep 17 00:00:00 2001 From: Michael Kuron Date: Sat, 13 May 2017 10:32:20 +0200 Subject: [PATCH] docker-compose down needed to enable IPv6 --- docs/install-update.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install-update.md b/docs/install-update.md index 2329b3f8e..688eb95f2 100644 --- a/docs/install-update.md +++ b/docs/install-update.md @@ -55,6 +55,12 @@ docker rm $(docker ps -a -q) ### Step 2 +When upgrading from a version older than May 13th, 2017 to a version released after that date, you need to run the following command first as network settings have been changes: + +``` +docker-compose down +``` + Pull new images (if any) and recreate changed containers: ```