Skip to content

Commit 777824a

Browse files
authored
Update docker-compose-healthcheck.yml
1 parent 77bba4a commit 777824a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rabbitmq/docker-compose-healthcheck.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
12
version: "2.1"
23
services:
34
rabbitmq:
45
image: healthcheck/rabbitmq:alpine
5-
volumes: ["rabbitmq-data:/var/lib/rabbitmq"]
6+
volumes:
7+
- "rabbitmq-data:/var/lib/rabbitmq"
8+
- "rabbitmq-data:/etc/rabbitmq"
69
ports: ["5672:5672"]
710
networks: [backing-services]
811
volumes:

0 commit comments

Comments
 (0)