Skip to content

Commit 311931f

Browse files
committed
healthcheck
1 parent d66c40b commit 311931f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/docker-compose-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
- hive:hive
3838
- minio:minio
3939
healthcheck:
40-
test: ["CMD", "sh", "-c", "ss -tuln | grep :15002 || nc -z localhost 15002"]
40+
test: ["CMD", "sh", "-c", "netstat -an | grep 15002 | grep LISTEN"]
4141
interval: 30s
4242
timeout: 10s
4343
retries: 5

0 commit comments

Comments
 (0)