prowlarr

prowlarr

Docker app from hotio's Repository

Overview

WireGuard VPN, Privoxy and Unbound built-in! Just install it, it has the coolest logo of them all!

GitHub
ghcr.io

Upstream Project

Tags Description Commit Last Updated
nightly
nightly-08e1126
nightly-2.5.1.5478
nightlyModified: meta.json2026-07-16 17:02:54
latest
release
release-dab413b
release-2.4.0.5397
masterModified: meta.json2026-07-14 19:01:32
testing
testing-dc6e624
testing-2.5.1.5464
developModified: meta.json2026-07-14 19:01:32

Starting the container

cli

docker run --rm \
    --name="prowlarr" \
    -p 9696:9696 \
    -e PUID=1000 \
    -e PGID=1000 \
    -e UMASK=002 \
    -e TZ="Etc/UTC" \
    -e WEBUI_PORTS="9696/tcp" \ #(3)!
    -v /<host_folder_config>:/config \
    ghcr.io/hotio/prowlarr

compose

services:
  prowlarr:
    container_name: prowlarr
    image: ghcr.io/hotio/prowlarr
    ports:
      - "9696:9696"
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=Etc/UTC
      - WEBUI_PORTS=9696/tcp #(3)!
    volumes:
      - /<host_folder_config>:/config

Install Prowlarr on Unraid in a few clicks.

Find Prowlarr in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Prowlarr Review the template variables and paths Click Install

Requirements

Don't forget to click **Show more settings...** for all **Variables**! If you do not use the VPN feature, you can remove all VPN related **Variables** and **Extra Parameters** (turn on **ADVANCED VIEW**).

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/hotio/prowlarr:latest
Last Updated2026-07-17
First Seen2023-08-20

Runtime arguments

Web UI
http://[IP]:[PORT:9696]
Network
bridge
Shell
bash
Privileged
false
Extra Params
--hostname=prowlarr.internal --cap-add=NET_ADMIN

Template configuration

Host Port for 9696Porttcp

Container Port: 9696

Target
9696
Default
9696
Host Path for /configPathrw

Container Path: /config

Target
/config
PRIVOXY_ENABLEDVariable

Container Variable: PRIVOXY_ENABLED

Default
false|true
UNBOUND_ENABLEDVariable

Container Variable: UNBOUND_ENABLED

Default
false|true
UNBOUND_NAMESERVERSVariable

Container Variable: UNBOUND_NAMESERVERS

VPN_ENABLEDVariable

Container Variable: VPN_ENABLED

Default
false|true
VPN_CONFVariable

Container Variable: VPN_CONF

Default
wg0
VPN_PROVIDERVariable

Container Variable: VPN_PROVIDER

Default
generic|proton|pia
VPN_LAN_NETWORKVariable

Container Variable: VPN_LAN_NETWORK

VPN_LAN_LEAK_ENABLEDVariable

Container Variable: VPN_LAN_LEAK_ENABLED

Default
false|true
VPN_EXPOSE_PORTS_ON_LANVariable

Container Variable: VPN_EXPOSE_PORTS_ON_LAN

VPN_AUTO_PORT_FORWARDVariable

Container Variable: VPN_AUTO_PORT_FORWARD

Default
false
VPN_PORT_REDIRECTSVariable

Container Variable: VPN_PORT_REDIRECTS

VPN_HEALTHCHECK_ENABLEDVariable

Container Variable: VPN_HEALTHCHECK_ENABLED

Default
false|true
VPN_NAMESERVERSVariable

Container Variable: VPN_NAMESERVERS

VPN_PIA_USERVariable

Container Variable: VPN_PIA_USER

VPN_PIA_PASSVariable

Container Variable: VPN_PIA_PASS

VPN_PIA_PREFERRED_REGIONVariable

Container Variable: VPN_PIA_PREFERRED_REGION

VPN_PIA_DIP_TOKENVariable

Container Variable: VPN_PIA_DIP_TOKEN

VPN_PIA_PORT_FORWARD_PERSISTVariable

Container Variable: VPN_PIA_PORT_FORWARD_PERSIST

Default
false|true
PUIDVariable

Container Variable: PUID

Default
99
PGIDVariable

Container Variable: PGID

Default
100
UMASKVariable

Container Variable: UMASK

Default
002