Skip to content

Commit

Permalink
Merge pull request #125 from PerfectMemory/fix-permission-issues-gh-124
Browse files Browse the repository at this point in the history
Allow running as arbitrary user, fixing permission issue #124.
  • Loading branch information
yosifkit committed Dec 7, 2016
2 parents 0035370 + 35f592c commit 9f200aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV HOME /var/lib/rabbitmq

RUN mkdir -p /var/lib/rabbitmq /etc/rabbitmq \
&& chown -R rabbitmq:rabbitmq /var/lib/rabbitmq /etc/rabbitmq \
&& chmod 777 /var/lib/rabbitmq /etc/rabbitmq
&& chmod -R 777 /var/lib/rabbitmq /etc/rabbitmq
VOLUME /var/lib/rabbitmq

# add a symlink to the .erlang.cookie in /root so we can "docker exec rabbitmqctl ..." without gosu
Expand Down

0 comments on commit 9f200aa

Please sign in to comment.