发布应用 ANI-RSS AutoLady

Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
新疆萌森软件开发工作室 2024-11-27 17:23:57 +08:00
parent a312a9480c
commit 0b5026f645
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ additionalProperties:
type: text
- default: 7789
edit: true
envKey: PANEL_APP_PORT_ADMIN
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true

View File

@ -12,7 +12,7 @@ services:
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_ADMIN}:7789
- ${PANEL_APP_PORT_HTTP}:7789
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}

View File

@ -9,7 +9,7 @@ additionalProperties:
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_ADMIN
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true

View File

@ -12,7 +12,7 @@ services:
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_ADMIN}:80
- ${PANEL_APP_PORT_HTTP}:80
env_file:
- /etc/1panel/envs/global.env
- ${ENV_FILE:-/etc/1panel/envs/default.env}