mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 06:08:02 +03:00
improve pm2 command
This commit is contained in:
parent
ecc3441444
commit
eeb904b1ea
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ npm run start-server
|
|||
# (Recommanded)
|
||||
# Option 2. Run in background using PM2
|
||||
# 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