Skip to content

Instantly share code, notes, and snippets.

@wh13371
Last active July 9, 2020 11:18
Show Gist options
  • Save wh13371/8a7c62354c017655f2b7725787e21c09 to your computer and use it in GitHub Desktop.
Save wh13371/8a7c62354c017655f2b7725787e21c09 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run -d \
--name rabbitmq \
-p 5672:5672 -p 15672:15672 \
-e RABBITMQ_DEFAULT_USER=fizz -e RABBITMQ_DEFAULT_PASS=fizz \
rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment