Update Dockerfile

This commit is contained in:
melody 2025-07-07 00:16:58 +02:00
commit 3f2e20e428

View file

@ -8,6 +8,9 @@ RUN mkdir /data && \
chown rsync:rsync /data && \
chmod 500 /data
RUN touch /var/run/rsyncd.lock \
chown rsync:rsync /var/run/rsyncd.lock
USER rsync
CMD ["rsync", "--version"]