Enable IPv6 by default

This commit is contained in:
Stefan Bethke 2026-01-25 22:21:45 +01:00
commit c33ae36af3

View file

@ -2,5 +2,13 @@
"log-driver": "journald", "log-driver": "journald",
"log-opts": { "log-opts": {
"tag": "{{.Name}}" "tag": "{{.Name}}"
},
"ipv6": true,
"ip6tables": true,
"fixed-cidr-v6": "fd00:1::/64",
"default-network-opts": {
"bridge": {
"com.docker.network.enable_ipv6":"true"
}
} }
} }