Skip to content

Commit 1b1a2e9

Browse files
committed
Initial commit
0 parents  commit 1b1a2e9

File tree

5 files changed

+488
-0
lines changed

5 files changed

+488
-0
lines changed

Diff for: Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)