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"