Skip to content

Commit 341afa6

Browse files
authored
Change rsync chroot setting to 'no'
1 parent 2c025a7 commit 341afa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsync/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ chown -R ${USER}:${GROUP} ${VOLUME}
1313
cat <<EOF > /etc/rsyncd.conf
1414
uid = ${USER}
1515
gid = ${GROUP}
16-
use chroot = yes
16+
use chroot = no
1717
log file = /dev/stdout
1818
reverse lookup = no
1919
[volume]

0 commit comments

Comments
 (0)