Acces configuration.yaml File on docker

You can rename the running instance (named homeassistant) and stop it. Delete it later when the new instance is in place and running.

sudo docker container rename homeassistant homeassistant_old
sudo docker container stop  homeassistant_old

1 Like