diff --git a/docker-compose.yml b/docker-compose.yml index 2d01d200..21f193ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,7 +39,7 @@ services: networks: - semantic-network healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:19000/ready"] + test: ["CMD", "curl", "-f", "http://localhost:19000/ready"] interval: 10s timeout: 5s retries: 5