Skip to content

Commit

Permalink
🔧 use a different range of ports for the pm2 instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredkiss3 committed Aug 27, 2023
1 parent 347810f commit ada4ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
instance_var: "INSTANCE_ID",
max_memory_restart: "1G",
env: {
PORT: 8889,
PORT: 8892,
HOSTNAME: "0.0.0.0",
},
},
Expand Down

0 comments on commit ada4ed1

Please sign in to comment.