Hello,
I created a docker pimatic implementation op my RPI3.
But I got a issue:
I want to place the config.json, database and logfiles outside of my container.
I played with -v /path:/path option in the run command but that mounts a complete hostdirectory into the container directory. If I do that with the /home/pi/pimatic-app directory the mount works, but masqurades the container /home/pi/pimatic-app direcory with the complete node directory structure. So useless.
Is there a way to configure pimatic to place and use the config.json, logdir and database files outside the /home/pi/pimatic-app tree on another directory, so I can map that directory to my host using the -v /path:/path option?