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
b33d36b23b
commit
f42b0bba05
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
## With Docker
|
||||
|
||||
```
|
||||
docker exec -it <container name> npm run reset-password
|
||||
docker exec -it <container name> bash
|
||||
npm run reset-password
|
||||
```
|
||||
|
||||
## Without Docker
|
||||
|
|
Loading…
Reference in a new issue