mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-30 14:56:09 +02:00
Fix Docker IPv6 configuration
This commit is contained in:
parent
f01cb732a4
commit
d5db7def87
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
daemon.settings = {
|
daemon.settings = {
|
||||||
ipv6 = true;
|
ipv6 = true;
|
||||||
fixed-cidr-v6 = "2001:db8:1::/64";
|
fixed-cidr-v6 = "2001:db8:1::/64";
|
||||||
|
ip6tables = true;
|
||||||
|
experimental = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue