2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 03:54:55 +01:00

update rslsync

This commit is contained in:
kev
2016-09-20 19:14:12 +08:00
parent 51bc16f6e2
commit a2566fc9a7
5 changed files with 32 additions and 39 deletions

View File

@@ -12,11 +12,11 @@ RUN set -xe \
&& apt-get purge -y --auto-remove curl \
&& rm -rf /var/lib/apt/lists/*
ENV CONFIG_FILE /etc/rslsync.conf
ENV STORAGE_PATH /data/.syncsystem
ENV DIRECTORY_ROOT /data/syncaod
ENV CONFIG_FILE /etc/rslsync.json
ENV STORAGE_PATH /data/system
ENV DIRECTORY_ROOT /data/user
COPY rslsync.conf $CONFIG_FILE
COPY rslsync.json $CONFIG_FILE
VOLUME /data
EXPOSE 8888 55555