This commit is contained in:
Galuh Sahid 2023-12-27 23:20:06 +01:00
parent 7af7181699
commit b6d64c8e14
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ services:
- "traefik.http.routers.traefik.service=api@internal"
- "traefik.http.routers.traefik.tls.certresolver=myresolver"
- "traefik.http.routers.traefik.middlewares=traefik-auth"
- "traefik.http.middlewares.traefik-auth.basicauth.users=user:$apr1$ffhwkeTg$R5A8V30tHV6tGNrhzEvTI/"
- "traefik.http.middlewares.traefik-auth.basicauth.users=user:$$apr1$$ffhwkeTg$$R5A8V30tHV6tGNrhzEvTI/"