Last active
June 16, 2022 10:47
-
-
Save iL53n/7f3e52c43bc5c2169177d2f28e2f02dd to your computer and use it in GitHub Desktop.
RabbitMQ (Docker)
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 \ | |
| --rm \ | |
| --name rabbitmq \ | |
| -p 5672:5672 \ | |
| -p 15672:15672 \ | |
| --hostname noda1 \ | |
| -v rabbitmq:/var/lib/rabbitmq \ | |
| rabbitmq:3-management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment