|
@ -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 |
|
|
|
|
|
|
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|