修改 Jpom 配置

This commit is contained in:
brightching 2024-04-22 16:53:36 +08:00
parent 29a1798d90
commit b027397f4c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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