From acc1a7a349ba5fb7d524c9428ab249769ac74467 Mon Sep 17 00:00:00 2001 From: Cassowary Rusnov Date: Thu, 5 Jan 2023 16:09:12 -0800 Subject: [PATCH] Fix basicauth --- compose.basicauth.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.basicauth.yml b/compose.basicauth.yml index 07c8db0..30937a7 100644 --- a/compose.basicauth.yml +++ b/compose.basicauth.yml @@ -7,4 +7,4 @@ services: deploy: labels: - "traefik.http.middlewares.${STACK_NAME}_basicauth.basicauth.users=${HTTP_BASIC_AUTH_PASSWORDS}" - - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}" + - "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}_basicauth"