version: '3.5' services: homeassistant: container_name: homeassistant restart: always image: ghcr.io/home-assistant/home-assistant:stable network_mode: host privileged: true environment: - TZ=Europe/Berlin volumes: - /opt/docker/homeassistant/config:/config