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