#HA docker notification reappear after reboot

1 messages · Page 1 of 1 (latest)

olive zealot
#

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 ?
strange tundra
#

What notification are you talking about?

timid prairieBOT
#

To format your text as code, enter three backticks on the first line, press Enter for a new line, paste your code, press Enter again for another new line, and lastly three more backticks.
```yaml
example: here
```
Don't forget you can edit your post rather than repeatedly posting the same thing.