mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2024-11-14 19:14:50 +08:00
c97685a7d6
Small changes |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
vhost.conf |
Dockerize Youtube-dl-WebUI
Build your own image :
docker build -t ytdlwui .
Run it :
docker run -d -p 8080:80 -v /path/to/video/folder:/www/youtube-dl/downloads ytdlwui