修复 应用配置

This commit is contained in:
萌森 2024-10-19 17:32:26 +08:00
parent 947ee9ca49
commit 06beb18e63
2 changed files with 3 additions and 3 deletions

View File

@ -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: 访问端口

View File

@ -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