修复 应用配置
This commit is contained in:
parent
ee7b5eda66
commit
f1fb9cf609
|
|
@ -7,7 +7,7 @@ additionalProperties:
|
|||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 3000
|
||||
- default: 3333
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: 访问端口
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ services:
|
|||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:3000
|
||||
- ${PANEL_APP_PORT_HTTP}:3333
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
- ${ENV_FILE:-/etc/1panel/envs/default.env}
|
||||
|
|
@ -21,6 +21,6 @@ services:
|
|||
- ${PINGVIN_SHARE_ROOT_PATH}/images:/opt/app/frontend/public/img
|
||||
environment:
|
||||
- BACKEND_PORT=8080
|
||||
- PORT=3000
|
||||
- PORT=3333
|
||||
- API_URL=http://localhost:8080
|
||||
- TRUST_PROXY=false
|
||||
|
|
|
|||
Loading…
Reference in New Issue