We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa03e64 commit 9a88f11Copy full SHA for 9a88f11
1 file changed
images/rabbitmq/latest/Dockerfile
@@ -2,8 +2,8 @@ FROM rabbitmq:3.13-management
2
3
LABEL maintainer="docker@vtcenerji.com"
4
5
-RUN rabbitmqctl enable_feature_flag all
6
-
7
RUN rabbitmq-plugins enable --offline rabbitmq_prometheus
8
9
RUN rabbitmq-plugins enable --offline rabbitmq_peer_discovery_consul
+
+COPY docker-entrypoint.sh /usr/local/bin/
0 commit comments