This commit is contained in:
2026-06-18 02:53:44 +00:00
commit 764a6f7213
4 changed files with 13 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
youtube-video:
image: marcobaobao/yt-dlp-webui
container_name: youtube-video
# ports:
# - 3033:3033
network_mode: host
volumes:
- /mnt/qnas_vault/Videos/TV Series/YouTube:/downloads
- ./config:/config
healthcheck:
test: curl -f http://localhost:3033 || exit 1
restart: unless-stopped