fix: unable to log into Traefik dashboard

This commit is contained in:
Rp70 2022-04-11 12:17:40 +07:00
parent bc915f7b34
commit 097f16100f

View file

@ -65,7 +65,7 @@ Create a file called `traefik.env` in `~/gitops`
```shell
echo 'TRAEFIK_DOMAIN=traefik.example.com' > ~/gitops/traefik.env
echo 'EMAIL=admin@example.com' >> ~/gitops/traefik.env
echo 'HASHED_PASSWORD='$(openssl passwd -apr1 changeit | sed 's/\$/\\\$/g') >> ~/gitops/traefik.env
echo 'HASHED_PASSWORD='$(openssl passwd -apr1 changeit) >> ~/gitops/traefik.env
```
Note: