Skip to content
Snippets Groups Projects

export 5672 (amqp) instead of 1883 (mqtt)

Merged Marius Kriegerowski requested to merge bugfix/amqp-port into feature/getting-started
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -17,7 +17,7 @@
FROM rabbitmq:3-management
EXPOSE 15672
EXPOSE 1883
EXPOSE 5672
# Define the location of the pid file
ENV RABBITMQ_PID_FILE /var/lib/rabbitmq/mnesia/rabbitmq
Loading