fix ipv6 in nginx

This commit is contained in:
NyxErinys 2026-05-19 20:50:23 -05:00
parent 8597855671
commit 3d899c9440

View file

@ -119,6 +119,9 @@
# }; # };
"nginx-proxy-manager" = { "nginx-proxy-manager" = {
image = "jc21/nginx-proxy-manager:latest"; image = "jc21/nginx-proxy-manager:latest";
environment = {
DISABLE_IPV6 = "true";
};
ports = [ ports = [
"80:80" "80:80"
"81:81" "81:81"