Closed dawid-woitaschek closed 2 years ago
Okay guys, I just set HTTP_BIND to "0.0.0.0" as it was emtpy before and now it's working again - sorry!
oh ye just got the same issue, and i changed it to say
${HTTP_BIND:-0.0.0.0}
${HTTPS_BIND:-0.0.0.0}
instead of
${HTTP_BIND:-}
${HTTPS_BIND:-}
now it works
Contribution guidelines
I've found a bug and checked that ...
Description
Hi,
I do have an urgent problem right after a mailcow update today... Seems like it broke nginx ports:
Steps to reproduce
System information
docker version
)docker-compose version
)git describe --tags `git rev-list --tags --max-count=1`
)Output of
git diff origin/master
, any other changes to the code? If so, please post them: