graham-walker / youtube-dl-react-viewer

Web app for youtube-dl/yt-dlp, created using the MERN stack
https://react.gwalkerux.com/
MIT License
92 stars 9 forks source link

Add docker support #2

Closed JamoDevNich closed 4 years ago

JamoDevNich commented 4 years ago

The proposed changes would add docker support, and an additional section in the README with instructions

This resolves #1

JamoDevNich commented 4 years ago

Moving into draft state to do some further improvements

JamoDevNich commented 4 years ago

One caveat is that the container can't be run as any user other than root. This doesn't cause any issues with the default storage setup which uses docker volumes...

If the user changes this to a bind mount, this may cause problems since all the downloaded videos would be owned by root.

There are a few possible fixes for this: