mirror of https://github.com/louislam/uptime-kuma
Updated Reset Password via CLI (markdown)
parent
b33d36b23b
commit
f42b0bba05
|
@ -1,7 +1,8 @@
|
||||||
## With Docker
|
## With Docker
|
||||||
|
|
||||||
```
|
```
|
||||||
docker exec -it <container name> npm run reset-password
|
docker exec -it <container name> bash
|
||||||
|
npm run reset-password
|
||||||
```
|
```
|
||||||
|
|
||||||
## Without Docker
|
## Without Docker
|
||||||
|
|
Loading…
Reference in New Issue