Skip to content

Commit 0be4951

Browse files
committed
docker-compose change with docker compose for rabbitmq
1 parent 1c0889b commit 0be4951

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rabbitmq-cluster/Makefile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
haproxy=$(shell docker ps -a | grep haproxy | cut -d' ' -f 1)
1+
haproxy=$(shell docker ps -a | grep haproxy | cut -d' ' -f 1)
22

33
start:
4-
docker-compose up -d
4+
docker compose up -d
55

66
restart-haproxy:
77
docker stop ${haproxy} && docker rm ${haproxy}
8-
docker-compose up -d
8+
docker compose up -d
99

1010
stop:
11-
docker-compose down
11+
docker compose down

0 commit comments

Comments
 (0)