mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
Update README.md
This commit is contained in:
parent
6ca7ca4e7e
commit
6d58c98b24
|
@ -60,6 +60,14 @@ pm2 start npm --name uptime-kuma -- run start-server -- --port=80 --hostname=0.0
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
More useful commands if you have installed.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pm2 start uptime-kuma
|
||||||
|
pm2 restart uptime-kuma
|
||||||
|
pm2 stop uptime-kuma
|
||||||
|
```
|
||||||
|
|
||||||
Browse to http://localhost:3001 after started.
|
Browse to http://localhost:3001 after started.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue