version: '3.8' # 你可以根据需要使用不同的版本 services: activeMQ: image: apache/activemq-classic container_name: activeMQ ports: - "61616:61616" - "8161:8161" restart: unless-stopped