Disable IPv6 in Docker
This commit is contained in:
parent
9c83fe9b3a
commit
0ad3425a45
|
@ -5,7 +5,5 @@
|
||||||
"base": "172.17.0.0/16",
|
"base": "172.17.0.0/16",
|
||||||
"size": 24
|
"size": 24
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"ipv6": true,
|
|
||||||
"fixed-cidr-v6": "fd00::/80"
|
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue