Last active
January 4, 2021 14:27
-
-
Save ShreyasJejurkar/58d8719823df9d535c98403072469d69 to your computer and use it in GitHub Desktop.
This file contains 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
##rabbitmq | |
docker run -d --name my-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3.8.9-management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
added gist