services: homeassistant: container_name: homeassistant image: ghcr.io/home-assistant/home-assistant:2025.1.2 volumes: - ${HOMEASSISTANT_CONFIG_DIR}:/config - /etc/localtime:/etc/localtime:ro - /run/dbus:/run/dbus:ro ports: - "8123:8123" restart: unless-stopped privileged: true network_mode: host