Skip to content

Commit

Permalink
Pin rabbitmq nodename
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag committed Sep 20, 2019
1 parent 1b1a2e9 commit ab55755
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM rabbitmq:3.7.17-management
FROM rabbitmq:3.7.18-management

COPY rabbitmq.conf /etc/rabbitmq/

ENV RABBITMQ_NODENAME=rabbit@localhost

RUN chown rabbitmq:rabbitmq /etc/rabbitmq/rabbitmq.conf

0 comments on commit ab55755

Please sign in to comment.