mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-08-06 12:38:19 +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 = {
|
daemon.settings = {
|
||||||
ipv6 = true;
|
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