Created
June 13, 2020 05:18
-
-
Save Frechet/0c2ee52e11ba97d3ba3186feec5e31a5 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
| docker run -d --name some-rabbit -p 15672:15672 -p 5672:5672 -e RABBITMQ_DEFAULT_USER=admin -e RABBITMQ_DEFAULT_PASS=admin rabbitmq:3-management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment