Update docker-compose file

This commit is contained in:
cool.gitter.choco
2025-01-28 09:36:04 -06:00
parent e86aa85136
commit bfe0610849

View File

@@ -1,9 +1,13 @@
name: spotizerr
services:
spotizerr:
volumes:
- ./creds:/app/creds
- ./downloads:/app/downloads # <-- Change this for your music library dir
ports:
- 7171:7171
image: cooldockerizer93/spotizerr
spotizerr:
volumes:
- ./creds:/app/creds
- ./downloads:/app/downloads # <-- Change this for your music library dir
ports:
- 7171:7171
image: cooldockerizer93/spotizerr
environment:
- PUID=1000 # Replace with your desired user ID | Remove both if you want to run as root (not recommended, might result in unreadable files)
- PGID=1000 # Replace with your desired group ID |