Remove extra volumes from the Dockerfiles

Specifying the volumes in the Dockerfile is unnecessary and can lead to excessive orphaned volume if the user chooses to use different paths at
runtime.
This commit is contained in:
artbird309 2020-11-12 19:30:33 -05:00
parent 621d86303e
commit a2d1683f58
3 changed files with 3 additions and 3 deletions

View file

@ -112,4 +112,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8337
VOLUME /config /downloads /music
VOLUME /config

View file

@ -112,4 +112,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8337
VOLUME /config /downloads /music
VOLUME /config

View file

@ -112,4 +112,4 @@ COPY root/ /
# ports and volumes
EXPOSE 8337
VOLUME /config /downloads /music
VOLUME /config