Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error nginx 2.6.8 #395

Open
juanico10 opened this issue Jan 11, 2024 · 3 comments
Open

Error nginx 2.6.8 #395

juanico10 opened this issue Jan 11, 2024 · 3 comments

Comments

@juanico10
Copy link

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
Copy link
Member

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
Copy link
Author

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
Copy link

k2patel commented Oct 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants