mirror of
https://github.com/Fishwaldo/docker-rsync.git
synced 2025-03-15 19:42:44 +00:00
feat: don't create default volume
This commit is contained in:
parent
705130eba6
commit
33fec0f536
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ MAINTAINER David Stefan <stefda@gmail.com>
|
|||
RUN apk update && apk add rsync
|
||||
|
||||
EXPOSE 873
|
||||
VOLUME /volume
|
||||
ADD ./entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue