Opengist Logo Docker Compose

Explore

  • Todos los gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Desarrollado por Opengist ⋅ 25ms

user:thomas gists creados por el usuario

title:mygist gists con el título indicado

description:sync gists with given description

filename:myfile.txt gists que contienen archivos con el nombre indicado

extension:yml gists que contienen archivos con la extensión indicada

language:go gists que contienen archivos con el lenguaje indicado

topic:homelab gists with given topic

all:systemctl search all fields

Iniciar sesión Registrarse

artech7

Unido 2 years ago

Todos los gists 1
Recientemente creado Menos reciente creado Recientemente actualizado Menos reciente actualizado

artech7 / spotdl_compose.yml

Última actividad 2 months ago
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: