Apps*arrHuntarr

Huntarr

Huntarr is an automatic missing content hunter for Sonarr, Radarr, Lidarr, Readarr, and Whisparr.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  huntarr:
    image: huntarr/huntarr:latest
    container_name: huntarr
    ports:
      - "9705:9705"
    volumes:
      - /your-path/huntarr:/config
    environment:
      - TZ=America/New_York
    restart: always

Resources

Website: https://huntarr.io/

GitHub: https://github.com/plexguide/Huntarr.io

Docker Hub: https://hub.docker.com/r/huntarr/huntarr

Configuration: https://plexguide.github.io/Huntarr.io/getting-started/installation.html