update docker compose

This commit is contained in:
2024-12-13 17:07:55 +01:00
parent c9622edaea
commit 92f47e3c97
2 changed files with 14 additions and 6 deletions

View File

@ -17,7 +17,11 @@ services:
- /etc/timezone:/etc/timezone:ro
labels:
- "traefik.enable=true"
- "traefik.http.routers.web.rule=Host(`${domain}`) || Host(`www.${domain}`)"
#- "traefik.http.routers.web.rule=Host(`${domain}`) || Host(`www.${domain}`)"
# remplacé par
- "traefik.http.routers.mailfolder.rule=(Host(`${domain}`) || Host(`www.${domain}`)) && (PathPrefix(`/m/`) || PathPrefix(`/mail/`))"
- "traefik.http.routers.web.rule=Host(`web.${domain}`)"
#- "traefik.http.routers.web.middlewares=test-adminipallowlist@file"
volumes:
html: