Open miabbott opened 1 year ago
This compose has worked for me in RHEL 9.2
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- "./config:/config"
- "/etc/localtime:/etc/localtime:ro"
restart: unless-stopped
privileged: true
ports:
- "5001:8123"
Though we can build an Image with HA built in.
Though we can build an Image with HA built in.
I would prefer not to if possible because it's more images for people to QA every release.
Let's document how to deploy Home Assistant on Fedora IoT