Fix basicauth

This commit is contained in:
Cassowary 2023-01-05 16:09:12 -08:00
parent 1d1cbb9a65
commit acc1a7a349
1 changed files with 1 additions and 1 deletions

View File

@ -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"