We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b044e commit 5962ad1Copy full SHA for 5962ad1
traefik_stack5/README.md
@@ -133,7 +133,13 @@ docker run --rm -it devmtl/alpinefire:3.8-D sh -c 'htpasswd -Bbn admin changethi
133
This will display:
134
135
```
136
-admin:$2y$05$pAfipn3.brdHMI2eWGnYH.84XYqLozp1sUPi36/l54UAwv.zGLtNC
+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
143
144
145
Insert this string in your `.configs/traefik.toml`.
0 commit comments