From 049f828095db0feb00deab7ecde3ad6c364082af Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 14 Apr 2026 17:34:49 +0200 Subject: [PATCH] home-assistant: adjust some details Signed-off-by: Simon L. --- community-containers/home-assistant/home-assistant.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/community-containers/home-assistant/home-assistant.json b/community-containers/home-assistant/home-assistant.json index 27972ca6..ac89ac15 100644 --- a/community-containers/home-assistant/home-assistant.json +++ b/community-containers/home-assistant/home-assistant.json @@ -8,10 +8,15 @@ "image_tag": "stable", "internal_port": "host", "restart": "unless-stopped", + "init": false, "environment": [ "TZ=%TIMEZONE%", "DISABLE_JEMALLOC=true" ], + "cap_add": [ + "NET_ADMIN", + "NET_RAW" + ], "volumes": [ { "source": "nextcloud_aio_home_assistant",