1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-12-12 10:13:46 +02:00

Merge pull request #652 from GhostSlayer/patch-1

Create PM2 Config file
This commit is contained in:
Louis Lam 2021-10-11 23:50:37 +08:00 committed by GitHub
commit fd0dd2d284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
ecosystem.config.js Normal file
View File

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