mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
This won't work
This commit is contained in:
@@ -38,8 +38,12 @@ services:
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
{% if webmail_type != 'none' %}
|
||||||
- webmail
|
- webmail
|
||||||
|
{% endif %}
|
||||||
|
{% if webdav_enabled %}
|
||||||
- radicale
|
- radicale
|
||||||
|
{% endif %}
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ root }}/certs:/certs"
|
- "{{ root }}/certs:/certs"
|
||||||
- "{{ root }}/overrides/nginx:/overrides:ro"
|
- "{{ root }}/overrides/nginx:/overrides:ro"
|
||||||
|
|||||||
Reference in New Issue
Block a user