From 52b990fff57b0014e0d2154336d46b9f57ebf155 Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 19 Oct 2024 13:12:18 +0200 Subject: [PATCH] debug --- homeassistant/service-homeassistant.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/homeassistant/service-homeassistant.json b/homeassistant/service-homeassistant.json index 7f7115d..b682206 100644 --- a/homeassistant/service-homeassistant.json +++ b/homeassistant/service-homeassistant.json @@ -30,7 +30,7 @@ "HOMEASSISTANT": "homeassistant" } ], - "EXTRA": "--rm", + "EXTRA": "", "DEPEND": "null", "START_ON_BOOT": "false", "CMD": "null", @@ -59,8 +59,7 @@ ], "ENVS": [ { - "NAME": "TZ", - "VALUE": "#HOMEASSISTANT_TZ" + "TZ": "#HOMEASSISTANT_TZ" } ], "EXTRA": "--restart unless-stopped",