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",