This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 94143dddb chore: fix health check for integration service (#2429)
94143dddb is described below

commit 94143dddb442eb2cba0ba7e4be63e385cc6aa564
Author: David Li <[email protected]>
AuthorDate: Thu Jan 9 23:40:08 2025 -0500

    chore: fix health check for integration service (#2429)
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 1872a2cfc..c3466f9eb 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -221,7 +221,7 @@ services:
       args:
         GO: ${GO}
     healthcheck:
-      test: ["CMD", "curl", "--http2-prior-knowledge", "-XPOST", "-H", 
"content-type: application/grpc"]
+      test: ["CMD", "curl", "--http2-prior-knowledge", "-XPOST", "-H", 
"content-type: application/grpc", "localhost:41414"]
       interval: 5s
       timeout: 30s
       retries: 3

Reply via email to