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 5ec06fd commit ffc5091Copy full SHA for ffc5091
docker-compose.yml
@@ -39,7 +39,7 @@ services:
39
networks:
40
- semantic-network
41
healthcheck:
42
- test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:19000/ready"]
+ test: ["CMD", "curl", "-f", "http://localhost:19000/ready"]
43
interval: 10s
44
timeout: 5s
45
retries: 5
0 commit comments