Fix Docker IPv6 configuration

This commit is contained in:
Kevin Kandlbinder 2023-05-13 20:54:48 +02:00
parent 28865a062f
commit f01cb732a4
Signed by: kevin
GPG key ID: 1460B586646E180D

View file

@ -5,7 +5,7 @@
daemon.settings = {
ipv6 = true;
fixed-cidr-v6 = "fd00::/80";
fixed-cidr-v6 = "2001:db8:1::/64";
};
};
}