[Config] Add hint about http bind and https bind to generate_config
parent
27917c3feb
commit
e98a8a533b
|
@ -144,6 +144,7 @@ DBROOT=$(LC_ALL=C </dev/urandom tr -dc A-Za-z0-9 | head -c 28)
|
||||||
# Do _not_ use IP:PORT in HTTP(S)_BIND or HTTP(S)_PORT
|
# Do _not_ use IP:PORT in HTTP(S)_BIND or HTTP(S)_PORT
|
||||||
# IMPORTANT: Do not use port 8081, 9081 or 65510!
|
# IMPORTANT: Do not use port 8081, 9081 or 65510!
|
||||||
# Example: HTTP_BIND=1.2.3.4
|
# Example: HTTP_BIND=1.2.3.4
|
||||||
|
# For IPv4 and IPv6 leave it empty: HTTP_BIND= & HTTPS_PORT=
|
||||||
# For IPv6 see https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ip_bindings/
|
# For IPv6 see https://mailcow.github.io/mailcow-dockerized-docs/firststeps-ip_bindings/
|
||||||
|
|
||||||
HTTP_PORT=80
|
HTTP_PORT=80
|
||||||
|
|
Loading…
Reference in New Issue