name: Home Assistant services: amd64-hassio-supervisor: container_name: hassio_supervisor image: ghcr.io/home-assistant/amd64-hassio-supervisor:latest volumes: - /var/run/docker.sock:/var/run/docker.sock - /var/run/dbus:/var/run/dbus - /var/lib/docker/volumes/homeassistant:/data environment: - SUPERVISOR_SHARE=/var/lib/docker/volumes/homeassistant - SUPERVISOR_NAME=hassio_supervisor - HOMEASSISTANT_REPOSITORY=homeassistant/qemux86-64-homeassistant security_opt: - seccomp=unconfined privileged: true restart: always