Alpine based container that running Flexget with youtube-dl and FFmpeg
1.3K
Alpine based container that running Flexget with youtube-dl and FFmpeg.
Make a note of the current version of FlexGet on PyPI.
docker build --build-arg FLEXGET_VERSION=<version> -t szhajdu/flexget:latest .
docker run -d \
--name=flexget \
-e PUID=<uid> \
-e PGID=<gid> \
-e TZ=Europe/Berlin \
-p 5050:5050 \
-v <path to data>:/config \
-v <path to downloads>:/downloads \
szhajdu/flexget
Content type
Image
Digest
Size
189.9 MB
Last updated
almost 5 years ago
docker pull szhajdu/flexget