[GH-ISSUE #473] Option to disable IPV6 #399

Closed
opened 2026-02-26 06:32:42 +03:00 by kerem · 1 comment
Owner

Originally created by @broizter on GitHub (Jun 23, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/473

I have IPV6 disabled at a kernel level, so when I try to run Nginx proxy manager docker container it won't run and this message is spammed in the logs:

nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)

From what I see there is no way to disable IPV6 since the nginx.conf isn't exposed in the external volume where one could change the listen setting.

Originally created by @broizter on GitHub (Jun 23, 2020). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/473 I have IPV6 disabled at a kernel level, so when I try to run Nginx proxy manager docker container it won't run and this message is spammed in the logs: `nginx: [emerg] socket() [::]:8080 failed (97: Address family not supported by protocol)` From what I see there is no way to disable IPV6 since the nginx.conf isn't exposed in the external volume where one could change the listen setting.
kerem 2026-02-26 06:32:42 +03:00
Author
Owner

@vsc55 commented on GitHub (Jul 4, 2020):

Hi,
To disable ipv6 you have to add this ENV in the docker.
DISABLE_IPV6=true

https://github.com/jc21/nginx-proxy-manager/issues/312

<!-- gh-comment-id:653820363 --> @vsc55 commented on GitHub (Jul 4, 2020): Hi, To disable ipv6 you have to add this ENV in the docker. `DISABLE_IPV6=true` https://github.com/jc21/nginx-proxy-manager/issues/312
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#399
No description provided.