From 192d85005f490267a6124a79c164d908066232b4 Mon Sep 17 00:00:00 2001 From: Hannes Feldt <feldt@astron.nl> Date: Thu, 14 Sep 2023 20:41:07 +0200 Subject: [PATCH] fix --- docker-compose/object-storage.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker-compose/object-storage.yml b/docker-compose/object-storage.yml index 4e2bd2ebd..bf840d2d4 100644 --- a/docker-compose/object-storage.yml +++ b/docker-compose/object-storage.yml @@ -41,8 +41,7 @@ services: - ..:/opt/lofar/tango:rw entrypoint: '' command: > - sh -c "until [ \ - \"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq \"200\" ] + sh -c "until [ \"$(curl -s -w '%{http_code}' -o /dev/null http://object-storage:9000/minio/health/live)\" -eq \"200\" ] do sleep 1 done -- GitLab