wallabag / docker

Official docker-composer for wallabag.
608 stars 153 forks source link

Error nginx 2.6.8 #395

Open juanico10 opened 10 months ago

juanico10 commented 10 months ago

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)
Kdecherf commented 8 months ago

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)

juanico10 commented 6 months ago

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,

k2patel commented 2 weeks ago

This is issue because of the harcoded ipv6 listen... Check - #422