mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-28 16:26:19 +08:00
发布应用 ANI-RSS AutoLady
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
a312a9480c
commit
0b5026f645
@ -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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user