Add IPv6 support for upcoming supervisor (#229)
This commit is contained in:
parent
7ffcc23818
commit
45a38d1fc4
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
"log-driver": "journald",
|
"log-driver": "journald",
|
||||||
"storage-driver": "overlay2"
|
"storage-driver": "overlay2",
|
||||||
}
|
"ip6tables": true,
|
||||||
|
"experimental": true
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue