diff --git a/Dockerfile b/Dockerfile index b072351..e8335fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -112,4 +112,4 @@ COPY root/ / # ports and volumes EXPOSE 8337 -VOLUME /config /downloads /music +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 4abd780..477d5ea 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -112,4 +112,4 @@ COPY root/ / # ports and volumes EXPOSE 8337 -VOLUME /config /downloads /music +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index d153bf3..b4b683f 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -112,4 +112,4 @@ COPY root/ / # ports and volumes EXPOSE 8337 -VOLUME /config /downloads /music +VOLUME /config