Hello,
I am running HomeAssistant in docker container on Rasbery Pi. It works fine and configuration is saved between reboots.
Docker Information is below and local directory is mapped as shown:
However this directory is empty !
pi@raspberrypi:/homeassist $ ls -a /homeassist
. …
Here is only config I see:
pi@raspberrypi:/ $ sudo find . -name configuration.yaml
./var/lib/docker/overlay2/9b14ff6cac083b240d262e2cb70b22c93484eefaa8dc728961ee61e5b70f071e/diff/config/configuration.yaml
./var/lib/docker/overlay2/9b14ff6cac083b240d262e2cb70b22c93484eefaa8dc728961ee61e5b70f071e/merged/config/configuration.yaml
where is the local configuration, so I can edit it?
thanks