alex3305 / home-assistant-addons

Alex's Home Assistant Add-ons
https://alex3305.github.io/home-assistant-docs/
MIT License
47 stars 29 forks source link

Traefik stopped working after updating to v4.1.2 #34

Closed ElVit closed 2 years ago

ElVit commented 2 years ago

Hi as the description says the addon stopped working for me since v4.1.2.

Here the last part of my log:

[17:00:20] INFO: Starting Nginx for dashboard...
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address in use)
nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address in use)

If I revert to v4.1.1 the addon is working again.

alex3305 commented 2 years ago

Hi @ElVit,

Thank you for your contribution ❤️. I've migrated my Traefik install to outside of my Home Assistant VM. That's why I've probably missed this. However I've fixed this issue and Traefik starts again for me. I've pushed out version 4.1.3 with this fix. Can you confirm this works for you?

ElVit commented 2 years ago

Hi @alex3305, Yes its working again 🥳 Thank you for this fast fix!