Firefox container disable IPV6

My system has IPV6 disabled due to VPN usage. Anytime I run a new container that uses Nginx I end up with the

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

The persistent config file only shows one folder called “ssl” and there aren’t any environmental variables that deal with this. Generally speaking, I just need to find the default.conf and “#” [::]:3000 or anywhere else there is a [::] reference to IPV6.

Does anyone know of the webserver folder inside of the container? Maybe I could persistent volume it and edit those config files.

-e DISABLE_IPV6=true

Nailed it! Thank you.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.