Last active
July 9, 2020 11:18
-
-
Save wh13371/8a7c62354c017655f2b7725787e21c09 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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