Skip to content

Instantly share code, notes, and snippets.

@robertefreeman
Created April 20, 2018 15:20
Show Gist options
  • Save robertefreeman/8b31ca7c73f1c065701bdeaa1714c92c to your computer and use it in GitHub Desktop.
Save robertefreeman/8b31ca7c73f1c065701bdeaa1714c92c to your computer and use it in GitHub Desktop.
rabbitmq on arm compose file
version: '3.6'
services:
mq:
image: arm32v7/rabbitmq:3-management
ports:
- 5672:5672
- 15672:15672
hostname: rabbit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment