From 14bfdb4405a9e18f4cf2ec239dedbe4af3f08c19 Mon Sep 17 00:00:00 2001 From: Romain ROCHAS Date: Sat, 18 Oct 2025 14:40:21 +0200 Subject: [PATCH] fix(templates) delete unused volume --- templates/compose/home-assistant.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/compose/home-assistant.yaml b/templates/compose/home-assistant.yaml index f3a841b23..36a6b452d 100644 --- a/templates/compose/home-assistant.yaml +++ b/templates/compose/home-assistant.yaml @@ -14,7 +14,6 @@ services: - DISABLE_JEMALLOC=${DISABLE_JEMALLOC:-false} volumes: - homeassistant-config:/config - - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro - type: bind source: ./configuration.yaml