diff --git a/backend/docker-compose.yml b/backend/docker-compose.yml index 0bba637..55a4946 100644 --- a/backend/docker-compose.yml +++ b/backend/docker-compose.yml @@ -57,7 +57,7 @@ services: backend: condition: service_healthy healthcheck: - test: ["CMD", "curl", "-sf", "http://localhost:6501/"] + test: ["CMD", "curl", "-skf", "https://localhost:6501/"] interval: 30s timeout: 10s retries: 3