Skip to content

Instantly share code, notes, and snippets.

@iL53n
Last active June 16, 2022 10:47
Show Gist options
  • Select an option

  • Save iL53n/7f3e52c43bc5c2169177d2f28e2f02dd to your computer and use it in GitHub Desktop.

Select an option

Save iL53n/7f3e52c43bc5c2169177d2f28e2f02dd to your computer and use it in GitHub Desktop.
RabbitMQ (Docker)
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