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"