diff --git a/ecosystem.config.js b/ecosystem.config.js index 1487ab6..129dac2 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -3,7 +3,7 @@ export const apps = [ name: 'ServerPanel', port: '6060', exec_mode: 'fork', - instances: 'max', + instances: 1, script: './.output/server/index.mjs' } ];