Hassio docker homeassistant - how to force pull and run homeassistant 0.53.1?

Hi,

Requirement: I want to downgrade homeassistant from 0.54 to 0.53.1 inside Hassio docker.

When I remove homeassistant container and homeassistant 0.54 images and pull 0.53.1 using command below it automatically downloads latest version that is 0.54 !!!

docker pull homeassistant/raspberrypi3-homeassistant:0.53.1

edit: I think I have to run as below, does anyone know where the <path to hass config> is?

docker run -d --name="home-assistant" -v <path_to_config>:/config -v /etc/localtime:/etc/localtime:ro homeassistant/home-assistant

edit solved: docker run -d --name=“home-assistant” -v /mnt/boot:/config -v /etc/localtime:/etc/localtime:ro homeassistant/home-assistant:0.53.1

2 Likes

Missing “-p 8123:8123” or similar for ports