solved the problem with youtube download

This commit is contained in:
2025-12-30 10:58:31 +01:00
parent aa4b10c991
commit e3a35858b8
4 changed files with 4 additions and 265 deletions

View File

@@ -10,7 +10,7 @@ services:
# Mount server's music directory to container
- /mnt/media/music:/app/youtube
# Optional: Mount cookies.txt if you have it
- ./cookies.txt:/app/cookies.txt
# - ./cookies.txt:/app/cookies.txt
environment:
- FLASK_ENV=production
- PYTHONUNBUFFERED=1