Enable IPv6 by default
This commit is contained in:
parent
2cd0811b29
commit
c33ae36af3
1 changed files with 8 additions and 0 deletions
|
|
@ -2,5 +2,13 @@
|
|||
"log-driver": "journald",
|
||||
"log-opts": {
|
||||
"tag": "{{.Name}}"
|
||||
},
|
||||
"ipv6": true,
|
||||
"ip6tables": true,
|
||||
"fixed-cidr-v6": "fd00:1::/64",
|
||||
"default-network-opts": {
|
||||
"bridge": {
|
||||
"com.docker.network.enable_ipv6":"true"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue