Added enhancement rabbitmq management console #246

This commit is contained in:
Ramón Tomás 2017-08-23 14:42:01 +02:00
parent 01900b01b2
commit 5e1d343759

View File

@ -115,8 +115,9 @@ services:
image: redis image: redis
ports: ports:
- "6379:6379" - "6379:6379"
rabbitmq: rabbitmq:
image: rabbitmq image: rabbitmq:3-management
ports: ports:
- "15672:15672"
- "5672:5672" - "5672:5672"