mirror of
https://github.com/linuxserver/docker-beets
synced 2026-01-20 15:13:14 +01:00
Remove extra volumes from the Dockerfiles
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:
parent
621d86303e
commit
a2d1683f58
3 changed files with 3 additions and 3 deletions
|
|
@ -112,4 +112,4 @@ COPY root/ /
|
|||
|
||||
# ports and volumes
|
||||
EXPOSE 8337
|
||||
VOLUME /config /downloads /music
|
||||
VOLUME /config
|
||||
|
|
|
|||
|
|
@ -112,4 +112,4 @@ COPY root/ /
|
|||
|
||||
# ports and volumes
|
||||
EXPOSE 8337
|
||||
VOLUME /config /downloads /music
|
||||
VOLUME /config
|
||||
|
|
|
|||
|
|
@ -112,4 +112,4 @@ COPY root/ /
|
|||
|
||||
# ports and volumes
|
||||
EXPOSE 8337
|
||||
VOLUME /config /downloads /music
|
||||
VOLUME /config
|
||||
|
|
|
|||
Loading…
Reference in a new issue