Hi,
I'm getting this error when listening on both, ipv6 and ipv4 addresses:
mailu_front_1: Error starting userland proxy: listen tcp [::]:995: bind: cannot assign requested address
I know per #321 that you can fix this by removing either BIND_ADDRESS6 or BIND_ADDRESS4.
And indeed, that fixes the issues but is rather a workaround than a fix.
What's the proper way to deal with this issue?
I'm running docker-compose version 1.17 and do not use 0.0.0.0 as ipv4 address ( #537 )
Using notls or letsencrypt doesn't make any difference ( #378 )
Related issues but with workarounds:
#464
#422