From f882f7fe7e7fdb0c884c3effe6515a10d868c808 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Fri, 15 Nov 2024 16:03:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor(activemq):=20=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F=E9=85=8D=E7=BD=AE=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/activemq/1.0.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/activemq/1.0.0/docker-compose.yml b/apps/activemq/1.0.0/docker-compose.yml index 658fe9e..6f48125 100644 --- a/apps/activemq/1.0.0/docker-compose.yml +++ b/apps/activemq/1.0.0/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.8' # 你可以根据需要使用不同的版本 services: activeMQ: image: apache/activemq-classic - container_name: activeMQ + container_name: ${CONTAINER_NAME} ports: - "${PANEL_APP_PORT_HTTP}:61616" - "${PANEL_APP_PORT_COMMUNICATION}:8161"