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


##########
getting-started/ozone/docker-compose.yml:
##########
@@ -93,11 +121,12 @@ services:
       test: ["CMD", "curl", "http://localhost:8182/q/health";]
       interval: 2s
       timeout: 10s
-      retries: 10
+      retries: 60
       start_period: 10s
 
   polaris-setup:
     image: alpine/curl:8.17.0
+    restart: "no"

Review Comment:
   This is not necessary as default value is "no" 
(https://docs.docker.com/engine/containers/start-containers-automatically/)



-- 
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