Merge pull request #58 from guilhem/plugins
Add a symlink /plugins for easy plugins install
This commit is contained in:
commit
e47798cb7d
|
|
@ -47,6 +47,8 @@ VOLUME /var/lib/rabbitmq
|
||||||
# add a symlink to the .erlang.cookie in /root so we can "docker exec rabbitmqctl ..." without gosu
|
# add a symlink to the .erlang.cookie in /root so we can "docker exec rabbitmqctl ..." without gosu
|
||||||
RUN ln -sf /var/lib/rabbitmq/.erlang.cookie /root/
|
RUN ln -sf /var/lib/rabbitmq/.erlang.cookie /root/
|
||||||
|
|
||||||
|
RUN ln -sf /usr/lib/rabbitmq/lib/rabbitmq_server-$RABBITMQ_VERSION/plugins /plugins
|
||||||
|
|
||||||
COPY docker-entrypoint.sh /
|
COPY docker-entrypoint.sh /
|
||||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue