mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
add /downloads volume
This commit is contained in:
parent
d3e657c9b4
commit
fe1c418ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -20,6 +20,6 @@ ADD defaults/ /defaults/
|
||||||
RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh
|
RUN chmod -v +x /etc/service/*/run /etc/my_init.d/*.sh
|
||||||
|
|
||||||
# Volumes and Ports
|
# Volumes and Ports
|
||||||
VOLUME /config /music
|
VOLUME /config /downloads /music
|
||||||
EXPOSE 8337
|
EXPOSE 8337
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue