diff --git a/docker-compose.staging.yml b/docker-compose.staging.yml index 6ff636dbb..771c7ced5 100644 --- a/docker-compose.staging.yml +++ b/docker-compose.staging.yml @@ -112,7 +112,7 @@ services: ports: - "3002:3002" healthcheck: - test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3002/api/health"] + test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3002/api/v1/health"] interval: 30s timeout: 10s retries: 3