Skip to content

Commit eaf9353

Browse files
committed
basic-auth VAR does not work
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 825a51e commit eaf9353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

traefik_stack6/stack-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ services:
131131
memory: 48M
132132
labels:
133133
- traefik.frontend.rule=Host:${DASHBOARD_DOMAIN}
134-
- traefik.frontend.auth.basic.users=${DASHBOARD_USER_PASS}
134+
- traefik.frontend.auth.basic.users=pascal:$$2y$$05$$jyYdEv/SOqfhRXLmgGhnbuiKTdxHnXE21m4Rctn4iZPqTFAY3BG8W
135135
- traefik.docker.network=ntw_front
136136
- traefik.enable=true
137137
- traefik.port=8080

0 commit comments

Comments
 (0)