Fixed wrong configuration in traefik tags
This commit is contained in:
parent
8c446c9e15
commit
7a18aab192
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue