marcopeocchi / yt-dlp-web-ui

A terrible web ui for yt-dlp. Designed to be self-hosted.
Mozilla Public License 2.0
660 stars 68 forks source link

Expose config to docker volume #73

Closed marcopeocchi closed 11 months ago

marcopeocchi commented 11 months ago

Expose config to a docker volume

As asked, the config file is now accessible by docker. Just pass to the docker create/run command the volume:

# as an example
-v /home/user/.config/yt-dlp-webui:/config

and move your config file naming it config.yml in the mapped folder.