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:
committed by
Ryan Kuba
parent
ea588c3e62
commit
ef5deb7a0c
@@ -42,4 +42,4 @@ COPY /root /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 7878
|
||||
VOLUME /config /downloads /movies
|
||||
VOLUME /config
|
||||
|
||||
@@ -42,4 +42,4 @@ COPY /root /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 7878
|
||||
VOLUME /config /downloads /movies
|
||||
VOLUME /config
|
||||
|
||||
@@ -42,4 +42,4 @@ COPY /root /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 7878
|
||||
VOLUME /config /downloads /movies
|
||||
VOLUME /config
|
||||
|
||||
Reference in New Issue
Block a user