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"