fix: change frontend port to 9527 (docker conflict)
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports = {
|
|||||||
script: 'serve-proxy.js',
|
script: 'serve-proxy.js',
|
||||||
env: {
|
env: {
|
||||||
NODE_ENV: 'production',
|
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',
|
API_TARGET: 'http://127.0.0.1:3000',
|
||||||
},
|
},
|
||||||
max_memory_restart: '256M',
|
max_memory_restart: '256M',
|
||||||
|
|||||||
Reference in New Issue
Block a user