phpLDAPadmin
phpLDAPadmin copied to clipboard
Docker - Nginx not start - 97: Address family not supported by protocol
Hello,
I tried to install phpLDAPAdmin in a Docker. I'm not able to create the "App key", the ngix server doesn't want to start.
I follow the procedure on this page: https://github.com/leenooks/phpLDAPadmin/wiki/Docker-Container
But at the last step "* Starting NGINX..."
I get this error message:
nginx: [emerg] socket() [::]:80 failed (97: Address family not supported by protocol)
My Docker is running under: Ubuntu 22.04.4 LTS IPv6 is disabled on my system. For many reasons I can only use IPv4.
It seems the issue is that Nginx's configuration requires to use IPv6.
There is a way to bypass this issue without activate IPv6 on my system?
Thanks