1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

This won't work

This commit is contained in:
Florent Daigniere
2023-04-02 17:01:25 +02:00
parent be5214bb68
commit f9939eef94

View File

@@ -38,8 +38,12 @@ services:
{% endfor %}
networks:
- default
{% if webmail_type != 'none' %}
- webmail
{% endif %}
{% if webdav_enabled %}
- radicale
{% endif %}
volumes:
- "{{ root }}/certs:/certs"
- "{{ root }}/overrides/nginx:/overrides:ro"