mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-28 01:25:08 +00:00
fix: unable to log into Traefik dashboard
This commit is contained in:
parent
bc915f7b34
commit
097f16100f
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ Create a file called `traefik.env` in `~/gitops`
|
||||||
```shell
|
```shell
|
||||||
echo 'TRAEFIK_DOMAIN=traefik.example.com' > ~/gitops/traefik.env
|
echo 'TRAEFIK_DOMAIN=traefik.example.com' > ~/gitops/traefik.env
|
||||||
echo 'EMAIL=admin@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:
|
Note:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue