From 5a6e0651279607e6045ac798328b8dd7d5e3ca71 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Jan 2026 09:30:48 -0500 Subject: [PATCH] corrected for root --- homeassistant.container | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 homeassistant.container diff --git a/homeassistant.container b/homeassistant.container new file mode 100644 index 0000000..cfa2bf0 --- /dev/null +++ b/homeassistant.container @@ -0,0 +1,21 @@ +[Unit] +Description=Home Assistant + +[Container] +ContainerName=homeassistant +Image=ghcr.io/home-assistant/home-assistant:stable +AutoUpdate=registry +Network=host +PodmanArgs=--privileged +AddCapability=NET_ADMIN +AddCapability=NET_RAW +Volume=ha-config:/config +Volume=/etc/localtime:/etc/localtime:ro +Volume=/run/dbus:/run/dbus:ro +Environment=TZ=America/New_York + +[Service] +Restart=unless-stopped + +[Install] +WantedBy=default.target