From 3171b467bf0fd818fe0121ff5739b533b8ab1787 Mon Sep 17 00:00:00 2001 From: cangui Date: Sat, 16 Aug 2025 16:38:43 +0200 Subject: [PATCH] UP --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index aaf2be2..4561b34 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,7 +12,7 @@ services: - DEBUG=false command: ["--models-path", "/models", "--address", "0.0.0.0:8080"] healthcheck: - test: ["CMD", "curl", "-fsS", "http://localhost:8085/v1/models"] + test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"] interval: 10s timeout: 5s retries: 10 \ No newline at end of file