Docker image for running flexget
Container features are
config.yml and webui password)Note that a default password for webui is set to f1exgetp@ss.
No default password anymore, secure webui using FG_WEBUI_PASSWD below.
docker run -d \
--name=<container name> \
-p 3539:3539 \
-v <path for data files>:/data \
-v <path for config files>:/config \
-e FG_WEBUI_PASSWD=<desired password> \
-e FG_LOG_LEVEL=info \
-e PUID=<UID for user> \
-e PGID=<GID for user> \
-e TZ=<timezone> \
wiserain/flexget
Content type
Image
Digest
Size
48.4 MB
Last updated
about 7 years ago
docker pull bonk1990/flexget