https://github.com/ghudiczius/docker-media-jackett
Simple docker image for Jackett, which provides API support for your favorite torrent trackers
https://github.com/ghudiczius/docker-media-jackett
docker jackett media-library
Last synced: 5 months ago
JSON representation
Simple docker image for Jackett, which provides API support for your favorite torrent trackers
- Host: GitHub
- URL: https://github.com/ghudiczius/docker-media-jackett
- Owner: ghudiczius
- License: wtfpl
- Created: 2020-01-25T14:09:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T07:01:51.000Z (5 months ago)
- Last Synced: 2025-05-07T06:46:51.610Z (5 months ago)
- Topics: docker, jackett, media-library
- Language: Dockerfile
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jackett
Simple docker image for Jackett without any bloat, built on the official debian image. Jackett runs as user `jackett` with `uid` and `gid` `1000` and listens on port `9117`.
## Usage
```sh
docker run --rm ghudiczius/jackett: \
-p 9117:9117 \
-v path/to/data:/data \
-v path/to/downloads:/downloads
```or
```sh
docker run --rm registry.gitlab.jmk.hu/media/jackett: \
-p 9117:9117 \
-v path/to/data:/data \
-v path/to/downloads:/downloads
```