Update docker-compose.yml

This commit is contained in:
hotstovejer 2025-04-14 14:20:41 -05:00
parent 3239aba985
commit d961ac5013

View File

@ -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