Docker version - confg folder oddity

image Hello all,

I’ve installed HASS.io on a NUC type box successfully using the script from: https://github.com/home-assistant/hassio-installer

The exact command I used was:

curl -sL https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh | bash -s – -d /srv/docker/volumes/hassio

Now this has resulted in the config folder being called homeassistant, i.e my configuration.yaml lives in /srv/docker/volumes/hassio/homeassistant/configuration.yaml rather than /srv/docker/volumes/hassio/config/configuration.yaml which I would have expected.

This is breaking lots of stuff, custom integrations, lovelace custom cards etc as they all rely on the config folder being present/in the path.

Have I done something wrong or is this the expected behaviour for the docker version of hass.io?

Cheers!

Dockers volumes are mapped, so this makes no difference. Your configuration.yaml could be in a directory with a path /i/once/rescued/a/chicken/* but that directory would be transposed to /config/* in the docker container.

2 Likes