Skip to content

Commit 5962ad1

Browse files
committed
Improve docs about basic-auth
Signed-off-by: Pascal Andy <pascal@firepress.org>
1 parent 54b044e commit 5962ad1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

traefik_stack5/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,13 @@ docker run --rm -it devmtl/alpinefire:3.8-D sh -c 'htpasswd -Bbn admin changethi
133133
This will display:
134134

135135
```
136-
admin:$2y$05$pAfipn3.brdHMI2eWGnYH.84XYqLozp1sUPi36/l54UAwv.zGLtNC
136+
admin:$2y$05$F44r3C0UXd5aK/o6Y7KgwObpYXJzUMe/rAfP2q9fxiw1DZfUEdl1S
137+
```
138+
139+
You need to double the sign `$`. Here is the variable you will use:
140+
141+
```
142+
admin:$$2y$$05$$F44r3C0UXd5aK/o6Y7KgwObpYXJzUMe/rAfP2q9fxiw1DZfUEdl1S
137143
```
138144

139145
Insert this string in your `.configs/traefik.toml`.

0 commit comments

Comments
 (0)