refactor(activemq): simplify volume mappings in docker-compose.yml
This commit is contained in:
parent
35a36593c2
commit
0c28535462
|
@ -6,8 +6,8 @@ services:
|
|||
- "${WEB_PORT}:8161"
|
||||
- "${OPEN_WIRE_PROT}:61616"
|
||||
volumes:
|
||||
- "./conf/activemq.xml:/opt/apache-activemq/conf/"
|
||||
- "./data/activemq-data:/opt/apache-activemq/data"
|
||||
- ./conf:/opt/apache-activemq/conf
|
||||
- ./data:/opt/apache-activemq/data
|
||||
environment:
|
||||
ACTIVEMQ_BROKER_NAME: ms-broker-a
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue