Compare commits
2 Commits
b51eac7c4b
...
a9219d324c
| Author | SHA1 | Date | |
|---|---|---|---|
| a9219d324c | |||
| fe73dc7da7 |
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# General
|
# General
|
||||||
# ./services/kopia.nix
|
# ./services/kopia.nix
|
||||||
./services/homepage.nix
|
# ./services/homepage.nix
|
||||||
./services/nginx-proxy-manager.nix
|
./services/nginx-proxy-manager.nix
|
||||||
./services/portainer.nix
|
./services/portainer.nix
|
||||||
./services/whats-up-docker.nix
|
./services/whats-up-docker.nix
|
||||||
@ -110,9 +110,9 @@
|
|||||||
if [ -z "$check" ]; then
|
if [ -z "$check" ]; then
|
||||||
# TODO: Disable IP masquerading to show individual containers in AdGuard/Pi-Hole
|
# TODO: Disable IP masquerading to show individual containers in AdGuard/Pi-Hole
|
||||||
# - Disabling this prevents containers from having internet connection. DNS issue?
|
# - Disabling this prevents containers from having internet connection. DNS issue?
|
||||||
# ${dockercli} network create -o "com.docker.network.bridge.enable_ip_masquerade"="false" -o "enable_ipv6"="true" ${network}
|
# ${dockercli} network create -o "com.docker.network.bridge.enable_ip_masquerade"="false" ${network}
|
||||||
|
|
||||||
${dockercli} network create -o "enable_ipv6"="true" ${network}
|
${dockercli} network create --ipv6 --gateway="fd00::5" --subnet="2000::/80" ${network}
|
||||||
else
|
else
|
||||||
echo "${network} already exists in docker"
|
echo "${network} already exists in docker"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user