yt_dlp_server的docker版,项目地址:https://github.com/Wuvomi/yt-dlp-server
1.6K
version: "2.1"
services:
cloudnas:
image: wuvomi/yt_dlp_server
container_name: yt-dlp-server
environment:
- HOST=0.0.0.0
- PORT=7777
volumes:
- /DIY_PATH:/downloads
restart: unless-stopped
privileged: false
network_mode: "host"
x-casaos:
author: self
category: self
hostname: ""
icon: https://raw.githubusercontent.com/Wuvomi/yt-dlp-server/main/icon.png
index: /
port_map: "7777"
scheme: http
store_app_id: recursing_edwin
title:
custom: yt-dlp-server
Content type
Image
Digest
sha256:0105d7ec4…
Size
65.7 MB
Last updated
over 2 years ago
docker pull wuvomi/yt_dlp_server