Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.15 KB

Latest Version Git Commit Docker Pulls Docker Stars Build Status

Jackett dotnet build, running in Alpine Linux, with only the bare essentials required to run.

Usage

docker run -dt
    --name=jackett
    --restart=always
    -v $PWD/config:/config
    -p 9117:9117
    spritsail/jackett

Volumes

  • /config - Jackett configuration file and database storage. Should be readable and writeable by $SUID

$SUID defaults to 912