mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Updated Reset Password via CLI (markdown)
parent
a726fbe0f1
commit
0b99b26ac5
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
## With Docker
|
||||
|
||||
```
|
||||
docker exec -it <container name> npm run reset-password
|
||||
```
|
||||
|
||||
## Without Docker
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue