Skip to content

Commit d68e7d9

Browse files
author
“bchou9”
committed
Resolve docker container issue with curl
1 parent d9541b4 commit d68e7d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
- QDRANT__SERVICE__GRPC_PORT=6334
3131
restart: unless-stopped
3232
healthcheck:
33-
test: ["CMD", "curl", "-f", "http://localhost:6333/healthz"]
33+
test: ["CMD-SHELL", "bash -c 'echo > /dev/tcp/localhost/6333'"]
3434
interval: 10s
3535
timeout: 5s
3636
retries: 5

0 commit comments

Comments
 (0)