Prepare the docker compose configuration for nginx as a uninque frontend

This commit is contained in:
kaiyou
2017-09-24 14:01:26 +02:00
parent 755d9f0520
commit 67423b057d
2 changed files with 12 additions and 34 deletions

View File

@@ -38,8 +38,8 @@ TLS_FLAVOR=cert
# Optional features
###################################
# Choose which frontend Web server to run if any (value: traefik, none)
FRONTEND=none
# Expose the admin interface (value: true, false)
ADMIN=false
# Choose which webmail to run if any (values: roundcube, rainloop, none)
WEBMAIL=none
@@ -87,6 +87,3 @@ COMPOSE_PROJECT_NAME=mailu
# (value: SHA512-CRYPT, SHA256-CRYPT, MD5-CRYPT, CRYPT)
PASSWORD_SCHEME=SHA512-CRYPT
# SSL DHPARAM Bits
NGINX_SSL_DHPARAM_BITS=2048