Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 235 Bytes

RabbitMQ.md

File metadata and controls

12 lines (11 loc) · 235 Bytes

Setup RabbitMQ:

docker run --restart always \
           --name amq \
            -d \
            -p 4369:4369 \
            -p 5671:5671 \
            -p 5672:5672 \
            -p 25672:25672 \
        rabbitmq:alpine