using Alpine for Beanstalkd and RabbitMQ, list all ports exposed for RabbitMQ (#1950)
This commit is contained in:

committed by
Shao Yu-Lung (Allen)

parent
36c78369d5
commit
53e8229313
@ -1,7 +1,7 @@
|
||||
FROM rabbitmq
|
||||
FROM rabbitmq:alpine
|
||||
|
||||
LABEL maintainer="Mahmoud Zalt <mahmoud@zalt.me>"
|
||||
|
||||
RUN rabbitmq-plugins enable --offline rabbitmq_management
|
||||
|
||||
EXPOSE 15671 15672
|
||||
EXPOSE 4369 5671 5672 15671 15672 25672
|
||||
|
Reference in New Issue
Block a user