corrige règle host traefkv2 en v3
This commit is contained in:
@ -17,7 +17,7 @@ services:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.web.rule=Host(`${domain}`,`www.${domain}`)"
|
||||
- "traefik.http.routers.web.rule=Host(`${domain}`) || Host(`www.${domain}`)"
|
||||
|
||||
volumes:
|
||||
html:
|
||||
|
Reference in New Issue
Block a user