update hassio supervisor and add note on incantation to get around its stupid auto-updating failing crap

This commit is contained in:
2021-06-12 22:54:57 +10:00
parent ba8b9ef764
commit 4ab0742938

View File

@@ -279,8 +279,11 @@ services:
- "32414:32414"
- "32469:32469"
##
## remember, need to docker-compose stop hassio && docker-compose rm hassio && docker-compose pull hassio && docker-compose up hassio &
##
hassio:
image: homeassistant/amd64-hassio-supervisor:2021.04.0
image: homeassistant/amd64-hassio-supervisor:2021.06.0
container_name: hassio_supervisor
labels:
- "com.centurylinklabs.watchtower.enable=false"