Fixed wrong configuration in traefik tags

This commit is contained in:
Florian Zirker 2021-01-17 15:29:26 +01:00
parent 8c446c9e15
commit 7a18aab192

View file

@ -35,7 +35,7 @@ services:
- "traefik.http.routers.dashboard.service=api@internal"
- "traefik.http.routers.dashboard.entrypoints=websecure"
- "traefik.http.routers.dashboard.tls.certresolver=myresolver"
- "traefik.http.routers.gitea.tls.options=intermediate@file"
- "traefik.http.routers.dashboard.tls.options=intermediate@file"
- "traefik.http.routers.dashboard.middlewares=auth"
- "traefik.http.middlewares.auth.basicauth.users=${HTPASSWD}"
- "traefik.docker.network=web"