diff --git a/compose.yml b/compose.yml index 4e9ad16..0159f76 100644 --- a/compose.yml +++ b/compose.yml @@ -11,7 +11,7 @@ services: environment: - DOMAIN healthcheck: - test: ["CMD", "curl", "-f", "http://localhost/"] + test: ["CMD", "curl", "-f", "http://localhost/api/config/"] interval: 15s timeout: 3s retries: 2