diff --git a/pm2.json b/pm2.json index 3f807c8f..0eac5ad4 100644 --- a/pm2.json +++ b/pm2.json @@ -1,7 +1,5 @@ { "name": "umami", "script": "npm", - "args": "start", - "instances": "max", - "exec_mode": "cluster" + "args": "start" }