We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 1b1a2e9Copy full SHA for 1b1a2e9
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM rabbitmq:3.7.17-management
2
+
3
+COPY rabbitmq.conf /etc/rabbitmq/
4
5
+RUN chown rabbitmq:rabbitmq /etc/rabbitmq/rabbitmq.conf
0 commit comments