Fix Docker IPv6 configuration

This commit is contained in:
Kevin Kandlbinder 2023-05-13 20:59:49 +02:00
parent f01cb732a4
commit d5db7def87
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -6,6 +6,8 @@
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "2001:db8:1::/64";
ip6tables = true;
experimental = true;
};
};
}