From ad41718d09ad305339d4ad7c043ef27428da2a47 Mon Sep 17 00:00:00 2001 From: Egor fureunoir Gorbunov Date: Sun, 22 Jun 2025 14:55:13 +0300 Subject: [PATCH] Fixes: 1) Update healthcheck URL path in `docker-compose.yml` to correct endpoint. Extra: N/A; --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bbbb781e..d58d1535 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -26,7 +26,7 @@ services: condition: service_healthy logging: *default-logging healthcheck: - test: [ "CMD-SHELL", "curl -f http://localhost:8000/health || exit 1" ] + test: [ "CMD-SHELL", "curl -f http://localhost:8000/health/ || exit 1" ] interval: 30s timeout: 10s retries: 5