Remove extra volumes from the Dockerfile

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:
Jameel Al-Aziz
2019-10-27 18:41:04 -07:00
committed by Ryan Kuba
parent ea588c3e62
commit ef5deb7a0c
3 changed files with 3 additions and 3 deletions

View File

@@ -42,4 +42,4 @@ COPY /root /
# ports and volumes
EXPOSE 7878
VOLUME /config /downloads /movies
VOLUME /config