8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cd196 commit e569251Copy full SHA for e569251
stubs/typesense.stub
@@ -11,6 +11,6 @@ typesense:
11
networks:
12
- sail
13
healthcheck:
14
- test: ["CMD", "wget", "--no-verbose", "--spider", "http://localhost:8108/health"]
+ test: [CMD, bash, -c, "exec 3<>/dev/tcp/localhost/8108 && printf 'GET /health HTTP/1.1\\r\\nConnection: close\\r\\n\\r\\n' >&3 && head -n1 <&3 | grep '200' && exec 3>&-"]
15
retries: 5
16
timeout: 7s
0 commit comments