fix: change frontend port to 9527 (docker conflict)

This commit is contained in:
2026-07-06 16:37:45 +08:00
parent 6c700c1c04
commit 8fc697e58f

View File

@@ -35,7 +35,7 @@ module.exports = {
script: 'serve-proxy.js',
env: {
NODE_ENV: 'production',
FRONTEND_PORT: 80, // 需 root 或 setcap: sudo setcap 'cap_net_bind_service=+ep' $(which node)
FRONTEND_PORT: 9527, // 需 root 或 setcap: sudo setcap 'cap_net_bind_service=+ep' $(which node)
API_TARGET: 'http://127.0.0.1:3000',
},
max_memory_restart: '256M',