From 7a18aab192eddb32542e6e9b33bdc57c4f6565ee Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Sun, 17 Jan 2021 15:29:26 +0100 Subject: [PATCH] Fixed wrong configuration in traefik tags --- proxy/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/docker-compose.yaml b/proxy/docker-compose.yaml index 406c531..5942b9f 100644 --- a/proxy/docker-compose.yaml +++ b/proxy/docker-compose.yaml @@ -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"