mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-16 05:12:59 +01:00
Merge pull request #76 from artbird309/master
Remove extra volumes from the Dockerfiles
This commit is contained in:
commit
672b9bfe36
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