Sign inSign up

loxoo/jackett

By loxoo

Updated over 4 years ago

A docker image for the torznab proxy Jackett

Image
0

2.5K

loxoo/jackett repository overview

loxoo/jackett

Layers Latest Version Git Commit Docker Stars Docker Pulls Build Status

Usage

docker run -d \
    --name=srvjackett \
    --restart=unless-stopped \
    --hostname=srvjackett \
    -p 9117:9117 \
    -v $PWD/config:/config \
    loxoo/jackett

Environment

  • $SUID - User ID to run as. default: 921
  • $SGID - Group ID to run as. default: 921
  • $TZ - Timezone. optional

Volume

  • /config - Server configuration file location.

Network

  • 9117/tcp - WebUI.

Tag summary

Content type

Image

Digest

Size

41.9 MB

Last updated

over 4 years ago

docker pull loxoo/jackett