Files
opt/compose.homeassistant.yaml

12 lines
300 B
YAML

services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:2025.10
network_mode: host
privileged: true
restart: unless-stopped
volumes:
- /opt/homeassistant:/config
- /etc/localtime:/etc/localtime:ro
- /root/src/health:/health:ro