From 6ae4a1036a975df2b3ce4fff0815ce1745529635 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 14 Sep 2023 19:59:11 +0200 Subject: [PATCH] fix --- docker-compose/object-storage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/object-storage.yml b/docker-compose/object-storage.yml index e1ea6ecda..4e2bd2ebd 100644 --- a/docker-compose/object-storage.yml +++ b/docker-compose/object-storage.yml @@ -42,7 +42,7 @@ services: entrypoint: '' command: > sh -c "until [ \ - \"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq 200 ] + \"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq \"200\" ] do sleep 1 done -- GitLab