Include WEBROOT_REDIRECT in setup templates

master
Tim Möhlmann 6 years ago
parent 9208d7262f
commit c25ba75d68
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE

@ -28,6 +28,7 @@ services:
{% endfor %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides"
{% if resolver_enabled %}
resolver:

@ -110,6 +110,9 @@ COMPRESSION_LEVEL={{ compression_level }}
# Web settings
###################################
# Path to redirect / to
WEBROOT_REDIRECT=/webmail
# Path to the admin interface if enabled
WEB_ADMIN={{ admin_path }}

@ -26,6 +26,7 @@ services:
{% endfor %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides"
deploy:
replicas: 1

Loading…
Cancel
Save