Last active
July 23, 2020 18:12
-
-
Save rfaita/ed4dc0db3a4af79ad2fbd4bfa8310b47 to your computer and use it in GitHub Desktop.
How to configure RabbitMQ MQTT plugin
This file contains 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
FROM rabbitmq:management | |
RUN rabbitmq-plugins enable --offline rabbitmq_mqtt | |
EXPOSE 15671 15672 1883 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment