Prepare the docker compose configuration for nginx as a uninque frontend
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user