docker/homeassistant/docker-compose.yml

12 lines
282 B
YAML
Raw Permalink Normal View History

version: '3'
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
restart: on-failure:10
privileged: true
network_mode: host