version: "3" services: homeassisstant: container_name: homeassistant image: "ghcr.io/home-assistant/home-assistant:stable" ports: - 8123:8123 volumes: - ./config:/config - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro restart: unless-stopped privileged: true network_mode: host