6 lines
93 B
Docker
6 lines
93 B
Docker
FROM rabbitmq
|
|
|
|
RUN rabbitmq-plugins enable --offline rabbitmq_management
|
|
|
|
EXPOSE 15671 15672
|