From 3da26a5eb01b39256d99fd12686dfd94513c374c Mon Sep 17 00:00:00 2001 From: aarizona Date: Thu, 15 Aug 2024 11:52:04 +0300 Subject: [PATCH] curl --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 9f487b8..83bbd1c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: expose: - "8000" healthcheck: - test: curl -f http://localhost:8000/api/products || exit 1 + test: curl -f http://localhost:8000/api/ || exit 1 interval: 5s timeout: 3s retries: 10