[Config] Fix binding problems with IPv6 in newer Docker versions

This commit is contained in:
andryyy
2021-01-07 16:48:08 +01:00
parent 6f14955b69
commit 64c12d50bc
3 changed files with 9 additions and 4 deletions

View File

@@ -143,12 +143,14 @@ DBROOT=$(LC_ALL=C </dev/urandom tr -dc A-Za-z0-9 | head -c 28)
# If you use a proxy within Docker, point it to the ports you set below.
# Do _not_ use IP:PORT in HTTP(S)_BIND or HTTP(S)_PORT
# IMPORTANT: Do not use port 8081, 9081 or 65510!
# Example: HTTP_BIND=1.2.3.4
# For IPv6 see https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ip_bindings/
HTTP_PORT=80
HTTP_BIND=0.0.0.0
HTTP_BIND=
HTTPS_PORT=443
HTTPS_BIND=0.0.0.0
HTTPS_BIND=
# ------------------------------
# Other bindings