Browse Source
I don't know if this is a good idea, but users that prefer to use PM2 instead, they can run `pm2 start` instead of `pm2 start server/server.js --name uptime-kuma` with this configurationpull/652/head
Slayer
3 years ago
committed by
GitHub
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
module.exports = { |
|||
apps: [{ |
|||
name: "uptime-kuma", |
|||
script: "./server/server.js", |
|||
}] |
|||
} |
Loading…
Reference in new issue