Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Remove extra volumes from the Dockerfiles
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
artbird309 authored and thelamer committed Jan 24, 2021
1 parent c3570c6 commit 17f4f33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ COPY root/ /

# ports and volumes
EXPOSE 8181
VOLUME /config /downloads /music
VOLUME /config
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ COPY root/ /

# ports and volumes
EXPOSE 8181
VOLUME /config /downloads /music
VOLUME /config
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ COPY root/ /

# ports and volumes
EXPOSE 8181
VOLUME /config /downloads /music
VOLUME /config

0 comments on commit 17f4f33

Please sign in to comment.