diff --git a/Dockerfile b/Dockerfile index c02cc07..4e2ab60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ COPY /root / # ports and volumes EXPOSE 7878 -VOLUME /config /downloads /movies +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 12f4917..6c87b28 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -42,4 +42,4 @@ COPY /root / # ports and volumes EXPOSE 7878 -VOLUME /config /downloads /movies +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index f1e8df4..811b03c 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -42,4 +42,4 @@ COPY /root / # ports and volumes EXPOSE 7878 -VOLUME /config /downloads /movies +VOLUME /config