From 03a97288dff9636ecb107097a03bfed3313952a5 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 15:59:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(activemq):=20=E6=9B=B4=E6=96=B0=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E7=AB=AF=E5=8F=A3=E9=85=8D=E7=BD=AE=E5=B9=B6=E5=90=8C?= =?UTF-8?q?=E6=AD=A5docker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activemq/1.0.0/data.yml | 4 ++-- apps/activemq/1.0.0/docker-compose.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/activemq/1.0.0/data.yml b/apps/activemq/1.0.0/data.yml index a01a631..21ea779 100644 --- a/apps/activemq/1.0.0/data.yml +++ b/apps/activemq/1.0.0/data.yml @@ -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 diff --git a/apps/activemq/1.0.0/docker-compose.yml b/apps/activemq/1.0.0/docker-compose.yml index 109d279..658fe9e 100644 --- a/apps/activemq/1.0.0/docker-compose.yml +++ b/apps/activemq/1.0.0/docker-compose.yml @@ -4,6 +4,6 @@ services: image: apache/activemq-classic container_name: activeMQ ports: - - "61616:61616" - - "8161:8161" - restart: unless-stopped + - "${PANEL_APP_PORT_HTTP}:61616" + - "${PANEL_APP_PORT_COMMUNICATION}:8161" + restart: unless-stopped \ No newline at end of file