We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbcd89b commit 24b145cCopy full SHA for 24b145c
docker-swarm-mode-and-distributed-traefik-proxy-with-https/README.md
@@ -247,7 +247,7 @@ services:
247
- traefik.redirectorservice.frontend.redirect.entryPoint=https
248
# Traefik service that listens to HTTPS
249
- traefik.webservice.frontend.entryPoints=https
250
- - traefik.frontend.auth.basic=${USERNAME}:${HASHED_PASSWORD}
+ - traefik.frontend.auth.basic.users=${USERNAME}:${HASHED_PASSWORD}
251
volumes:
252
- /var/run/docker.sock:/var/run/docker.sock
253
command: >
0 commit comments