You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-27 22:18:22 +02:00
Include WEBROOT_REDIRECT in setup templates
This commit is contained in:
@@ -28,7 +28,8 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ root }}/certs:/certs"
|
- "{{ root }}/certs:/certs"
|
||||||
|
- "{{ root }}/overrides/nginx:/overrides"
|
||||||
|
|
||||||
{% if resolver_enabled %}
|
{% if resolver_enabled %}
|
||||||
resolver:
|
resolver:
|
||||||
image: mailu/unbound:{{ version }}
|
image: mailu/unbound:{{ version }}
|
||||||
|
|||||||
@@ -110,6 +110,9 @@ COMPRESSION_LEVEL={{ compression_level }}
|
|||||||
# Web settings
|
# Web settings
|
||||||
###################################
|
###################################
|
||||||
|
|
||||||
|
# Path to redirect / to
|
||||||
|
WEBROOT_REDIRECT=/webmail
|
||||||
|
|
||||||
# Path to the admin interface if enabled
|
# Path to the admin interface if enabled
|
||||||
WEB_ADMIN={{ admin_path }}
|
WEB_ADMIN={{ admin_path }}
|
||||||
|
|
||||||
|
|||||||
@@ -26,9 +26,10 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ root }}/certs:/certs"
|
- "{{ root }}/certs:/certs"
|
||||||
|
- "{{ root }}/overrides/nginx:/overrides"
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|
||||||
{% if resolver_enabled %}
|
{% if resolver_enabled %}
|
||||||
resolver:
|
resolver:
|
||||||
image: mailu/unbound:{{ version }}
|
image: mailu/unbound:{{ version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user