fix ipv6 in nginx
This commit is contained in:
parent
8597855671
commit
3d899c9440
1 changed files with 3 additions and 0 deletions
|
|
@ -119,6 +119,9 @@
|
|||
# };
|
||||
"nginx-proxy-manager" = {
|
||||
image = "jc21/nginx-proxy-manager:latest";
|
||||
environment = {
|
||||
DISABLE_IPV6 = "true";
|
||||
};
|
||||
ports = [
|
||||
"80:80"
|
||||
"81:81"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue