From abf394fe41403ba71ae6b2709f4d785d6df40020 Mon Sep 17 00:00:00 2001 From: Bram Veenboer Date: Thu, 28 Aug 2025 21:13:21 +0200 Subject: [PATCH] Add /health mountpoint to homeassistant --- compose.homeassistant.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.homeassistant.yaml b/compose.homeassistant.yaml index 3440024..e7bfd45 100644 --- a/compose.homeassistant.yaml +++ b/compose.homeassistant.yaml @@ -8,3 +8,4 @@ services: volumes: - /opt/homeassistant:/config - /etc/localtime:/etc/localtime:ro + - /root/src/health:/health:ro