1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Include WEBROOT_REDIRECT in setup templates

This commit is contained in:
Tim Möhlmann 2018-12-07 15:29:33 +02:00
parent 9208d7262f
commit c25ba75d68
No known key found for this signature in database
GPG Key ID: 8677988D8072E8DE
3 changed files with 7 additions and 2 deletions

View File

@ -28,7 +28,8 @@ services:
{% endfor %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides"
{% if resolver_enabled %}
resolver:
image: mailu/unbound:{{ version }}

View File

@ -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 }}

View File

@ -26,9 +26,10 @@ services:
{% endfor %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides"
deploy:
replicas: 1
{% if resolver_enabled %}
resolver:
image: mailu/unbound:{{ version }}