完善 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