infrastructure/playbooks/roles/software/files/docker-daemon.json

8 lines
107 B
JSON

{
"ipv6": true,
"ip6tables": true,
"fixed-cidr-v6": "fd00:1720:170::/64",
"dns": [
"172.17.0.1"
]
}