diff --git a/docker-compose.yml b/docker-compose.yml index cd7c470..7ccb849 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: ports: - "8080:8080" healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH"] + test: ["CMD", "curl", "-f", "http://localhost:8080/inference/ETH/10m"] interval: 10s timeout: 5s retries: 12