share the yt dir between the containers
This commit is contained in:
parent
c2694afcb9
commit
b2dd8f8605
4 changed files with 5 additions and 4 deletions
|
@ -21,11 +21,12 @@ services:
|
|||
- ALSA_OUTPUT_MIXER_TYPE=hardware
|
||||
- MPD_LOG_LEVEL=notice
|
||||
volumes:
|
||||
- /srv/music:/music:ro
|
||||
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
||||
- ./music:/music:ro
|
||||
- ./youtube:/youtube:ro
|
||||
- ./playlists:/playlists:rw
|
||||
- ./data/db:/db:rw
|
||||
- ./data/playlists:/playlists:rw
|
||||
- ./data/logs:/log:rw
|
||||
#- ./config/lastfm.txt:/user/config/lastfm.txt:ro
|
||||
# Time:
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
@ -42,4 +43,4 @@ services:
|
|||
- MPD_HOST=192.168.32.40
|
||||
- MPD_PORT=6600
|
||||
volumes:
|
||||
- ./data/_youtube:/cyp/_youtube
|
||||
- ./youtube:/cyp/_youtube
|
||||
|
|
0
youtube/.gitkeep
Normal file
0
youtube/.gitkeep
Normal file
Loading…
Reference in a new issue