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:
parent
9208d7262f
commit
c25ba75d68
@ -28,7 +28,8 @@ services:
|
||||
{% endfor %}
|
||||
volumes:
|
||||
- "{{ root }}/certs:/certs"
|
||||
|
||||
- "{{ root }}/overrides/nginx:/overrides"
|
||||
|
||||
{% if resolver_enabled %}
|
||||
resolver:
|
||||
image: mailu/unbound:{{ version }}
|
||||
|
@ -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,9 +26,10 @@ services:
|
||||
{% endfor %}
|
||||
volumes:
|
||||
- "{{ root }}/certs:/certs"
|
||||
- "{{ root }}/overrides/nginx:/overrides"
|
||||
deploy:
|
||||
replicas: 1
|
||||
|
||||
|
||||
{% if resolver_enabled %}
|
||||
resolver:
|
||||
image: mailu/unbound:{{ version }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user