Closed
Description
If I try to set a configuration option with -e
flag I get:
/docker-entrypoint.sh: line 56: /etc/rabbitmq/rabbitmq.config: Permission denied
It looks like the docker-entrypoint.sh
is not able to write to /etc/rabbitmq/rabbitmq.config
.
If I changed the Dockerfile
to add the chmod line this prolem is resolved.
RUN echo '[{rabbit, [{loopback_users, []}]}].' > /etc/rabbitmq/rabbitmq.config
RUN chmod 666 /etc/rabbitmq/rabbitmq.config
Is that a pull request that will work for you guys?
Metadata
Assignees
Labels
No labels
Activity