The Dockerfile has /var/syncthing as the available mount point. However, that volume has two very different things in it:
-
/var/syncthing/config- the configuration files -
/var/syncthing/Sync- the default sync data directory
As someone who uses Docker data volumes, I would want to manage the configuration files differently than I do my important files. Should these be separate mount points?
Note: a change like this would potentially break anyone who is using syncthing/syncthing:latest. Although people should really be pinning their versions in production, but I’m not looking to fight that battle here 