Guest User

Untitled

a guest
Feb 28th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. version: '2'
  2. services:
  3.  
  4. rabbitmq:
  5. image: rabbitmq:latest
  6.  
  7. expose:
  8. - "5672"
  9.  
  10. ports:
  11. - "5672:5672"
  12.  
  13. environment:
  14. - RABBITMQ_DEFAULT_USER=rabbitmq
  15. - RABBITMQ_DEFAULT_PASS=rabbitmqPass
Add Comment
Please, Sign In to add comment