Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 483 Bytes

jackett.md

File metadata and controls

28 lines (23 loc) · 483 Bytes

Jackett

API Support for your favorite torrent trackers.


docker-compose.yml

---
services:
  jackett:
    image: linuxserver/jackett
    container_name: jackett
    restart: unless-stopped
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Dublin
      - RUN_OPTS=run options here #optional
    ports:
      - 9117:9117
    volumes:
      - ./data:/config
      - ./downloads:/downloads