修改 Jpom 配置
This commit is contained in:
parent
29a1798d90
commit
b027397f4c
|
@ -3,8 +3,8 @@ additionalProperties:
|
||||||
- default: 2122
|
- default: 2122
|
||||||
edit: true
|
edit: true
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
labelEn: Nacos run port
|
labelEn: Jpom run port
|
||||||
labelZh: Nacos 运行端口
|
labelZh: Jpom 运行端口
|
||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
services:
|
services:
|
||||||
nacos:
|
Jpom:
|
||||||
image: jpomdocker/jpom
|
image: jpomdocker/jpom
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue