Error nginx 2.6.8
Hello,
After the last update 2.6.8. I get the following error:
wallabag | 2024/01/11 13:18:17 [emerg] 153#153: still could not bind()
wallabag | nginx: [emerg] still could not bind()
wallabag | 2024/01/11 13:18:20 [emerg] 155#155: bind() to 0.0.0.0:80 failed (98: Address in use)
wallabag | nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
wallabag | 2024/01/11 13:18:20 [emerg] 155#155: bind() to [::]:80 failed (98: Address in use)
wallabag | nginx: [emerg] bind() to [::]:80 failed (98: Address in use)
wallabag | 2024/01/11 13:18:20 [emerg] 155#155: bind() to 0.0.0.0:80 failed (98: Address in use)
wallabag | nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
wallabag | 2024/01/11 13:18:20 [emerg] 155#155: bind() to [::]:80 failed (98: Address in use)
wallabag | nginx: [emerg] bind() to [::]:80 failed (98: Address in use)
Hello @JuanRodenas,
Please provide more information, like the way you're starting/running your container. The error may show that another process outside this container is already listening on port 80 (e.g. another web server)
Hello, sorry for the delay.
Well, this container is housed behind Traefik, I don't have any more containers in port 80, other than Traefik. I have had to stay on 2.6.6, it is the last one that is working for me. Tell me what you need to be able to find the error,
Best regards,
This is issue because of the harcoded ipv6 listen... Check - #422
i believe this should be fixed by #447
@juanico10 try using image docker.io/k2patel/wallabag and see if that resolves the issue.