Remove downloads and tv volumes from 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
e936e5cd12
commit
5a25387b77
@@ -40,4 +40,4 @@ COPY root/ /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 8989
|
||||
VOLUME /config /downloads /tv
|
||||
VOLUME /config
|
||||
|
||||
Reference in New Issue
Block a user