Update Dockerfile
This commit is contained in:
parent
91cbefc00f
commit
d83eeacf0c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN mkdir /data && \
|
|||
chown rsync:rsync /data && \
|
||||
chmod 500 /data
|
||||
|
||||
RUN touch /var/run/rsyncd.lock \
|
||||
RUN touch /var/run/rsyncd.lock && \
|
||||
chown rsync:rsync /var/run/rsyncd.lock
|
||||
|
||||
USER rsync
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue