Skip to content

Commit 24b145c

Browse files
committed
⬆️ Update label for HTTP basic auth to new syntax
1 parent cbcd89b commit 24b145c

File tree

1 file changed

+1
-1
lines changed
  • docker-swarm-mode-and-distributed-traefik-proxy-with-https

1 file changed

+1
-1
lines changed

docker-swarm-mode-and-distributed-traefik-proxy-with-https/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ services:
247247
- traefik.redirectorservice.frontend.redirect.entryPoint=https
248248
# Traefik service that listens to HTTPS
249249
- traefik.webservice.frontend.entryPoints=https
250-
- traefik.frontend.auth.basic=${USERNAME}:${HASHED_PASSWORD}
250+
- traefik.frontend.auth.basic.users=${USERNAME}:${HASHED_PASSWORD}
251251
volumes:
252252
- /var/run/docker.sock:/var/run/docker.sock
253253
command: >

0 commit comments

Comments
 (0)