dockerfiles
dockerfiles copied to clipboard
Permit binding of rsyncd.conf from a volume
Hi,
For the vimagick/rsyncd Docker image, please consider moving the current /etc/rsyncd.conf to /etc/rsyncd.d/default.conf and setting /etc/rsyncd.conf to just:
&include /etc/rsyncd.d/
This would then allow a volume containing an rsyncd.conf file to be bound to the container instead of a file. Currently this is not possible as you cannot bind a volume to a single file and it seems that rsync cannot be configured to look for its rsyncd.conf anywhere other than /etc/rsyncd.conf.
Thanks,
Ximon
That would be really great! I'm struggling with the same issue.