fix(deploy): reloop-web → 3003 (mailu-webui 가 3000 점유, nginx upstream 도 3003 기준)

This commit is contained in:
reloop
2026-04-14 19:49:31 +09:00
parent 9df9625afe
commit 1ad1256808

View File

@@ -34,7 +34,7 @@ module.exports = {
exec_mode: 'fork',
env: {
NODE_ENV: 'production',
PORT: '3000',
PORT: '3003',
HOSTNAME: '0.0.0.0',
},
max_memory_restart: '512M',