fix: 修正activemq数据卷路径错误
This commit is contained in:
parent
953f4010ee
commit
35a36593c2
|
@ -7,7 +7,7 @@ services:
|
|||
- "${OPEN_WIRE_PROT}:61616"
|
||||
volumes:
|
||||
- "./conf/activemq.xml:/opt/apache-activemq/conf/"
|
||||
- "./data1/activemq-data:/opt/apache-activemq/data"
|
||||
- "./data/activemq-data:/opt/apache-activemq/data"
|
||||
environment:
|
||||
ACTIVEMQ_BROKER_NAME: ms-broker-a
|
||||
restart: unless-stopped
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
- "${OPEN_WIRE_PROT}:61616"
|
||||
volumes:
|
||||
- "./conf/activemq.xml:/opt/apache-activemq/conf/"
|
||||
- "./data1/activemq-data:/opt/apache-activemq/data"
|
||||
- "./data/activemq-data:/opt/apache-activemq/data"
|
||||
environment:
|
||||
ACTIVEMQ_BROKER_NAME: ms-broker-a
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue