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