mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-05-20 13:00:30 +08:00
完善 Nacos
Signed-off-by: Meng Sen <qyg2297248353@gmail.com>
This commit is contained in:
parent
5d6b574bf6
commit
9d88eba739
@ -11,8 +11,8 @@ services:
|
||||
createdBy: "Apps"
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
- ${PANEL_APP_PORT_API}:8848
|
||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||
- ${PANEL_APP_PORT_API:-8848}:${PANEL_APP_PORT_API:-8080}
|
||||
- ${PANEL_APP_PORT_GRPC}:9848
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
|
||||
@ -11,8 +11,8 @@ services:
|
||||
createdBy: "Apps"
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
- ${PANEL_APP_PORT_API}:8848
|
||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||
- ${PANEL_APP_PORT_API:-8848}:${PANEL_APP_PORT_API:-8080}
|
||||
- ${PANEL_APP_PORT_GRPC}:9848
|
||||
env_file:
|
||||
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user