Update docker-compose.yml
This commit is contained in:
parent
3239aba985
commit
d961ac5013
@ -3,10 +3,10 @@ name: spotizerr
|
||||
services:
|
||||
spotizerr:
|
||||
volumes:
|
||||
- /media/server/spotizeer/creds:/creds
|
||||
- /media/server/spotizeer/config:/config
|
||||
- /media/server/spotizeer/downloads:/downloads # <-- Change this for your music library dir
|
||||
- /media/server/spotizeer/logs:/logs # <-- Volume for persistent logs
|
||||
- /mnt/mediastorage/spotify/creds:/creds
|
||||
- /mnt/mediastorage/spotify/config:/config
|
||||
- /mnt/mediastorage/spotify/downloads:/downloads # <-- Change this for your music library dir
|
||||
- /mnt/mediastorage/spotify/logs:/logs # <-- Volume for persistent logs
|
||||
ports:
|
||||
- 7171:7171
|
||||
image: cooldockerizer93/spotizerr
|
||||
|
||||
Loading…
Reference in New Issue
Block a user