We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461c011 commit 3dbdff4Copy full SHA for 3dbdff4
.github/workflows/CI-CD_Pipeline.yml
@@ -47,7 +47,7 @@ jobs:
47
ports:
48
- 6333:6333
49
options: >-
50
- --health-cmd "curl -f http://localhost:6333/collections || exit 1"
+ --health-cmd "wget --spider --quiet http://localhost:6333/collections || exit 1"
51
--health-interval 10s
52
--health-timeout 5s
53
--health-retries 5
0 commit comments