Skip to main content

Docker CLI Install

docker run -d --name youtube-dl -e MY_ID=dbtech -e MY_PW=password  -v /srv/dev-disk-by-label-Files/YouTube:/downfolder -p 9999:8080 modenaf360/youtube-dl-nas

Remember that you will want to change the volume (-v) path and the server-side port (9999) to fit your setup needs.