Skip to content

Instantly share code, notes, and snippets.

@udhos
Created April 11, 2022 21:30
Show Gist options
  • Save udhos/d2e2c7ce19b272f7f6c683ec2d7545de to your computer and use it in GitHub Desktop.
Save udhos/d2e2c7ce19b272f7f6c683ec2d7545de to your computer and use it in GitHub Desktop.
rabbitmq

https://registry.hub.docker.com/_/rabbitmq/

docker run -it --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_USER=guest -e RABBITMQ_DEFAULT_PASS=guest -p 5672:5672 -p 0.0.0.0:15672:15672 -p 8080:8080 rabbitmq:3-management
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment