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