mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-02 02:38:20 +02:00
Fix Docker IPv6 configuration
This commit is contained in:
parent
28865a062f
commit
f01cb732a4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
daemon.settings = {
|
||||
ipv6 = true;
|
||||
fixed-cidr-v6 = "fd00::/80";
|
||||
fixed-cidr-v6 = "2001:db8:1::/64";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue