[Config] Add hint to not use some ports mentioned in the docs

master
andryyy 2020-03-20 22:30:41 +01:00
parent 2fafb5b1ed
commit a9947e990c
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ 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: # You should use HTTPS, but in case of SSL offloaded reverse proxies:
# Might be important: This will also change the binding within the container. # 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. # If you use a proxy within Docker, point it to the ports you set below.
# IMPORTANT: Do not use port 8081, 9081 or 65510!
HTTP_PORT=80 HTTP_PORT=80
HTTP_BIND=0.0.0.0 HTTP_BIND=0.0.0.0