mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
improve pm2 command
This commit is contained in:
parent
ecc3441444
commit
eeb904b1ea
|
@ -39,7 +39,7 @@ npm run start-server
|
||||||
# (Recommanded)
|
# (Recommanded)
|
||||||
# Option 2. Run in background using PM2
|
# Option 2. Run in background using PM2
|
||||||
# Install PM2 if you don't have: npm install pm2 -g
|
# Install PM2 if you don't have: npm install pm2 -g
|
||||||
pm2 start npm -- run start-server
|
pm2 start npm --name uptime-kuma -- run start-server
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue