Files
docker-ytdlp/docker-compose.yml
imagede 25bf7db167 init
2026-03-29 19:07:11 +02:00

15 lines
389 B
YAML

services:
ytdlp:
build: .
container_name: ytdlp-web
ports:
- "8080:8080"
volumes:
# All downloaded files land in ./downloads on the host
- ./downloads:/downloads
restart: unless-stopped
environment:
# Optional: set to a writable path if you want a custom cookies file
# YT_DLP_COOKIES: /downloads/cookies.txt
TZ: Europe/Berlin