Easier container names, allow to set HTTPS port, Typo fix

This commit is contained in:
andryyy
2017-01-12 21:40:42 +01:00
parent ffe95ad87d
commit 89b5d9bde6
5 changed files with 38 additions and 55 deletions

View File

@@ -39,6 +39,7 @@ DBROOT=$(</dev/urandom tr -dc A-Za-z0-9 | head -c 28)
# ------------------------------
# You should leave that alone
# Can also be 11.22.33.44:25 or 0.0.0.0:465 etc. for specific bindings
HTTPS_PORT=443
SMTP_PORT=25
SMTPS_PORT=465
SUBMISSION_PORT=587