mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-13 09:26:57 +08:00
修复 应用配置
This commit is contained in:
parent
947ee9ca49
commit
06beb18e63
@ -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
Block a user