From e98a8a533ba47346280f580207c366bb53954f9f Mon Sep 17 00:00:00 2001
From: andryyy <andre.peters@debinux.de>
Date: Wed, 28 Jul 2021 21:43:27 +0200
Subject: [PATCH] [Config] Add hint about http bind and https bind to
 generate_config

---
 generate_config.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generate_config.sh b/generate_config.sh
index 001ee7be..33823a7f 100755
--- a/generate_config.sh
+++ b/generate_config.sh
@@ -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
 # IMPORTANT: Do not use port 8081, 9081 or 65510!
 # 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/
 
 HTTP_PORT=80