diff --git a/templates/home-assistant/docker-compose.yml b/templates/home-assistant/docker-compose.yml index 2313a90..a0aa905 100644 --- a/templates/home-assistant/docker-compose.yml +++ b/templates/home-assistant/docker-compose.yml @@ -22,7 +22,7 @@ services: limits: memory: 1024M healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:8123/api/"] + test: ["CMD", "curl", "-sf", "http://localhost:8123/manifest.json"] interval: 30s timeout: 5s retries: 3