its just a bit annoying if i have skipped the update just recently switch from HAOS to docker due to high ram use
home-assistant:
container_name: homeassistant
restart: unless-stopped
environment:
- TZ=Asia/Kolkata
volumes:
- /mnt/ssd/ha:/config
- /run/dbus:/run/dbus:ro
network_mode: host
image: ghcr.io/home-assistant/home-assistant:stable```
here is my yaml dont know what esle to add as not much there in install instructions ?