File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## DEFAULT SETTINGS ARE NOT MEANT TO BE TAKEN STRAIGHT INTO PRODUCTION
2
+ ## see https://www.rabbitmq.com/configure.html for further information
3
+ ## on configuring RabbitMQ
4
+
5
+ ## allow access to the guest user from anywhere on the network
6
+ ## https://www.rabbitmq.com/access-control.html#loopback-users
7
+ ## https://www.rabbitmq.com/production-checklist.html#users
8
+ loopback_users.guest = false
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ VOLUME $RABBITMQ_DATA_DIR
250
250
# https://docs.docker.com/samples/library/ubuntu/#locales
251
251
ENV LANG=C.UTF-8 LANGUAGE=C.UTF-8 LC_ALL=C.UTF-8
252
252
253
+ COPY --chown=rabbitmq:rabbitmq 10-default-guest-user.conf /etc/rabbitmq/conf.d/
253
254
COPY docker-entrypoint.sh /usr/local/bin/
254
255
ENTRYPOINT ["docker-entrypoint.sh" ]
255
256
You can’t perform that action at this time.
0 commit comments