Compare commits

...

No commits in common. "775e7ba2ec2b0452ba11e9d8e11e3e4c66cf14db" and "c9695eb5c14c4a020023d534c1a548ac411136a4" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.docker.network=dmz"
- "traefik.http.middlewares.auth.basicauth.users=admin:$$apr1$$0WA3IYiD$$gQqp3e/GCNfhzlphpMykc1"
- "traefik.http.middlewares.auth.basicauth.users=admin:1234" # double $ in hashes! s/\$/$$/g
- "traefik.http.middlewares.auth.basicauth.realm=restriced"
- "traefik.http.routers.https_web-hello-auth.tls=true"
- "traefik.http.routers.https_web-hello-auth.tls.certresolver=lestage"