Apps*arrProwlarr

Prowlarr

Prowlarr is an indexer manager/proxy built on the popular *arr .net/reactjs base stack to integrate with your various PVR apps, supporting management of both Torrent Trackers and Usenet Indexers.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
services:
  prowlarr:
    image: lscr.io/linuxserver/prowlarr:latest
    container_name: prowlarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/prowlarr/data:/config
    ports:
      - 9696:9696
    restart: unless-stopped

Resources

Website: https://prowlarr.com/

GitHub: https://github.com/Prowlarr/Prowlarr

Docker Hub: https://hub.docker.com/r/linuxserver/prowlarr

Configuration: https://github.com/linuxserver/docker-prowlarr