Browse Source

Merge pull request #652 from GhostSlayer/patch-1

Create PM2 Config file
pull/655/head
Louis Lam 3 years ago
committed by GitHub
parent
commit
fd0dd2d284
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ecosystem.config.js

6
ecosystem.config.js

@ -0,0 +1,6 @@
module.exports = {
apps: [{
name: "uptime-kuma",
script: "./server/server.js",
}]
}
Loading…
Cancel
Save