Skip to main content

Jackett

---
version: "3.3"
services:
  jackett:
    image: lscr.io/linuxserver/jackett
    container_name: jackett
    environment:
      - PUID=998
      - PGID=100
      - TZ=Europe/Paris
      - AUTO_UPDATE=true #optional
   #  - RUN_OPTS=<run options here> #optional
    volumes:
      - /srv/path/Files/Jacket/config:/config
      - /srv/path/Files/Jacket/downloads:/downloads
    ports:
      - 9117:9117
    restart: unless-stopped