Act as a central hub to manage all your torrent trackers and Usenet indexers, seamlessly integrating with your existing media server ecosystem. Built on the popular Servarr stack, it provides a unified interface to monitor indexer health, manage API limits, and route search requests efficiently.
Centralized management allows you to configure your indexers once and automatically sync them across your other media applications. Enjoy cross-platform compatibility with native support for Windows, macOS, Linux, and Docker containers. Take advantage of advanced permission handling and custom volume mapping to maintain complete control over your data and downloads.
Key benefits include:
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 9696:9696
restart: unless-stopped# No sensitive secrets are required for the initial setup of this container.
# Infrastructure variables (PUID, PGID, TZ) are defined directly in the docker-compose.yml.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago