diff --git a/Dockerfile b/Dockerfile index 2df66a8..dac2635 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,4 @@ COPY root/ / # ports and volumes EXPOSE 8181 -VOLUME /config /downloads /music +VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index b24df0e..f355067 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -51,4 +51,4 @@ COPY root/ / # ports and volumes EXPOSE 8181 -VOLUME /config /downloads /music +VOLUME /config diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 02c6a5c..5f4b8f8 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -51,4 +51,4 @@ COPY root/ / # ports and volumes EXPOSE 8181 -VOLUME /config /downloads /music +VOLUME /config