Files
spotizerr-dev/docker-compose.yaml
cool.gitter.choco 8114b296a0 ts
2025-02-09 20:10:29 -06:00

15 lines
557 B
YAML
Executable File

name: spotizerr
services:
spotizerr:
volumes:
- ./creds:/app/creds
- ./config:/app/config
- ./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 | The user must have write permissions in the volume mapped to /app/downloads