This commit is contained in:
2026-05-02 10:14:09 +02:00
parent 58969880a9
commit c188426663
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -4,11 +4,10 @@ services:
image: yt-downloader
container_name: yt-downloader
volumes:
- ./error:/error
- ./yt-downloader/:/music
restart: "unless-stopped"
environment:
PLAYLIST_URL: "https://www.youtube.com/playlist?list=PL4QRSQmrCreF3dSp3RokdWmS50o0QNesJ"
PLAYLIST_URL: "{}"
FILE_NAME_FORMAT: "%(title)s;%(uploader)s"
#deploy:
#resources: