Procházet zdrojové kódy

[Config] Add hint about http bindings

andryyy před 6 roky
rodič
revize
1771970e42
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. 2 0
      generate_config.sh

+ 2 - 0
generate_config.sh

@@ -122,6 +122,8 @@ DBROOT=$(LC_ALL=C </dev/urandom tr -dc A-Za-z0-9 | head -c 28)
 # ------------------------------
 
 # You should use HTTPS, but in case of SSL offloaded reverse proxies:
+# Might be important: This will also change the binding within the container.
+# If you use a proxy within Docker, point it to the ports you set below.
 
 HTTP_PORT=80
 HTTP_BIND=0.0.0.0