docker-compose down needed to enable IPv6

Dieser Commit ist enthalten in:
Michael Kuron 2017-05-13 10:32:20 +02:00 committet von GitHub
Ursprung 572d0f924a
Commit 7ee462985f

Datei anzeigen

@ -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:
```