diff --git a/.templates/home_assistant/service.yml b/.templates/home_assistant/service.yml index 6abc4b4e5..3dc7b1239 100644 --- a/.templates/home_assistant/service.yml +++ b/.templates/home_assistant/service.yml @@ -1,10 +1,9 @@ home_assistant: container_name: home_assistant image: ghcr.io/home-assistant/home-assistant:stable - #image: ghcr.io/home-assistant/raspberrypi3-homeassistant:stable - #image: ghcr.io/home-assistant/raspberrypi4-homeassistant:stable restart: unless-stopped network_mode: host volumes: - /etc/localtime:/etc/localtime:ro - ./volumes/home_assistant:/config + privileged: true