This commit is contained in:
godd0t 2023-05-10 20:30:49 +02:00
parent 578e1da4e9
commit 3304da345a
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ services:
- "--tracing=true"
labels:
- "traefik.enable=true"
- "traefik.http.routers.dashboard.rule=Host(`${TRAEFIK_DOMAIN}`) && (PathPrefix(`/`)"
- "traefik.http.routers.dashboard.rule=Host(`${TRAEFIK_DOMAIN}`) && (PathPrefix(`/`))"
- "traefik.http.routers.dashboard.tls=true"
- "traefik.http.routers.dashboard.tls.certresolver=myresolver"
- "traefik.http.routers.dashboard.entrypoints=websecure"