dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

Permit binding of rsyncd.conf from a volume

Open ximon18 opened this issue 5 years ago • 1 comments

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

ximon18 avatar Feb 19 '20 14:02 ximon18

That would be really great! I'm struggling with the same issue.

itrich avatar Apr 26 '22 14:04 itrich