MonkeyCanCode commented on code in PR #3587:
URL: https://github.com/apache/polaris/pull/3587#discussion_r2736885661


##########
getting-started/ceph/docker-compose.yml:
##########
@@ -126,11 +126,18 @@ services:
       - ./ceph-conf:/etc/ceph
     depends_on:
       - osd1
+    healthcheck:
+      test: ["CMD", "curl", "-f", "http://localhost:7480";]
+      interval: 2s
+      timeout: 10s
+      retries: 10
+      start_period: 10s
 
-  setup_bucket:
+  bucket-setup:

Review Comment:
   Sounds good. Will revert it later today for this change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to