artech7 / spotdl_compose.yml
0 вподобань
0 форк(-ів)
1 файл(-ів)
Остання активність
1 | services: |
2 | spotdl: |
3 | container_name: spotdl |
4 | image: spotdl/spotify-downloader |
5 | restart: unless-stopped |
6 | command: web --host 0.0.0.0 --web-use-output-dir --keep-alive --format mp3 |
7 | volumes: |
8 | - /path/to/your/download/folder:/music:wr |
9 | #example: - /volume1/docker/spotdl/downloads:/music:wr# |
10 | ports: |
Новіше
Пізніше