We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35b2cf commit 058ef59Copy full SHA for 058ef59
ci/start-cluster.sh
@@ -21,9 +21,8 @@ cp -R "${PWD}"/tls-gen/basic/result/* rabbitmq-configuration/tls
21
chmod o+r rabbitmq-configuration/tls/*
22
chmod g+r rabbitmq-configuration/tls/*
23
24
-
25
docker compose --file ci/cluster/docker-compose.yml down
26
-docker compose --file ci/cluster/docker-compose.yml up --detach
+docker compose --file ci/cluster/docker-compose.yml up
27
28
wait_for_message rabbitmq0 "completed with"
29
0 commit comments