fix(activemq): 更新默认端口配置并同步docker-compose
This commit is contained in:
parent
e9a95a40c7
commit
03a97288df
|
@ -12,7 +12,7 @@ additionalProperties:
|
|||
value: "true"
|
||||
- label: 关闭
|
||||
value: "false"
|
||||
- default: 8848
|
||||
- default: 61616
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Nacos run port
|
||||
|
@ -20,7 +20,7 @@ additionalProperties:
|
|||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 9848
|
||||
- default: 8161
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_COMMUNICATION
|
||||
labelEn: Nacos communication port
|
||||
|
|
|
@ -4,6 +4,6 @@ services:
|
|||
image: apache/activemq-classic
|
||||
container_name: activeMQ
|
||||
ports:
|
||||
- "61616:61616"
|
||||
- "8161:8161"
|
||||
- "${PANEL_APP_PORT_HTTP}:61616"
|
||||
- "${PANEL_APP_PORT_COMMUNICATION}:8161"
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue