Skip to content

Commit 058ef59

Browse files
committed
Do not detach
1 parent d35b2cf commit 058ef59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/start-cluster.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ cp -R "${PWD}"/tls-gen/basic/result/* rabbitmq-configuration/tls
2121
chmod o+r rabbitmq-configuration/tls/*
2222
chmod g+r rabbitmq-configuration/tls/*
2323

24-
2524
docker compose --file ci/cluster/docker-compose.yml down
26-
docker compose --file ci/cluster/docker-compose.yml up --detach
25+
docker compose --file ci/cluster/docker-compose.yml up
2726

2827
wait_for_message rabbitmq0 "completed with"
2928

0 commit comments

Comments
 (0)