We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b00fe5 commit f9b15d7Copy full SHA for f9b15d7
Dockerfile
@@ -47,6 +47,8 @@ VOLUME /var/lib/rabbitmq
47
# add a symlink to the .erlang.cookie in /root so we can "docker exec rabbitmqctl ..." without gosu
48
RUN ln -sf /var/lib/rabbitmq/.erlang.cookie /root/
49
50
+RUN ln -sf /usr/lib/rabbitmq/lib/rabbitmq_server-$RABBITMQ_VERSION/plugins /plugins
51
+
52
COPY docker-entrypoint.sh /
53
ENTRYPOINT ["/docker-entrypoint.sh"]
54
0 commit comments