update docker compose
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user