Spotify Downloader
---
services:
spotdl:
container_name: spotdl
image: spotdl/spotify-downloader
command: web --host 0.0.0.0 --web-use-output-dir
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- UMASK=002
ports:
- 8800:8800
volumes:
- /mnt/torrents/music:/music
restart: unless-stopped
volumes:
spotdl:
external: true