-
Hi, I'm setuping docker in a docker compose file. I've the following config:
When I start, I get this info in the logs:
But the mount seems to work, because the evcc.db has been properly initialized by evcc on my NAS. I must admit that I rarely mount directly files, and I'm not sure I've done this properly? I've also treid to configure the subpath to /evcc.yaml but same result. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
your evcc.yaml is stored at the volumes path under /volume2/apps/config/evcc at your NAS? |
Beta Was this translation helpful? Give feedback.
-
You cannot mount a directory to a file and to another directory. |
Beta Was this translation helpful? Give feedback.
Okay, I can understand the reasoning. You can define another config file with the
-c
(or long--config
) switch, but I never tried if the docker image respects it if you place it in your compose file (or whatever you're using).That way you could put the yaml file into the
.evcc
share and only mount that one.