aristosv
(Aristos)
1
I just performed a fresh docker installation of home assistant using this command
docker run -d --restart always --name homeassistant -h homeassistant --net=host -e PUID=1001 -e PGID=1001 -v /etc/localtime:/etc/localtime:ro -v homeassistant:/config homeassistant/home-assistant
All working fine, I just get a message in the log file saying
Unable to load /config/known_devices.yaml: Config file not found: /config/known_devices.yaml
I manually created the file and restarted home assistant, but the error is still there.
Any ideas?
aristosv
(Aristos)
2
So, I deleted the log file and restarted home assistant, but the log file is not created again. Is this a more serious issue?
aristosv
(Aristos)
3
I think you can ignore this. I restarted the whole computer and the log file appeared again, with no errors.
tmjpugh
(Tmjpugh)
4
Looks like you may not have mounted config folder properly
CURRENTLY
-v homeassistant:/config
SHOULD BE
-v /homeassistant:/config
You forgot the “/”