corrige règle host traefkv2 en v3
This commit is contained in:
parent
1586e7b48b
commit
39d5ed89de
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user