发布应用 ANI-RSS AutoLady
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
2ff57a7aa7
commit
2445ee2da3
|
|
@ -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