We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66c40b commit 311931fCopy full SHA for 311931f
1 file changed
dev/docker-compose-integration.yml
@@ -37,7 +37,7 @@ services:
37
- hive:hive
38
- minio:minio
39
healthcheck:
40
- test: ["CMD", "sh", "-c", "ss -tuln | grep :15002 || nc -z localhost 15002"]
+ test: ["CMD", "sh", "-c", "netstat -an | grep 15002 | grep LISTEN"]
41
interval: 30s
42
timeout: 10s
43
retries: 5
0 commit comments