lidarr

lidarr

Docker app from hotio's Repository

Overview

WireGuard VPN, Privoxy and Unbound built-in! For audiophiles only!

GitHub
ghcr.io

Upstream Project

Tags Description Commit Last Updated
nightly
nightly-f027b33
nightly-3.1.3.4977
nightlyModified: meta.json2026-07-14 18:09:38
latest
release
release-f373ffa
release-3.1.0.4875
masterModified: meta.json2026-07-14 18:09:43
testing
testing-8dc0d61
testing-3.1.3.4975
developModified: meta.json2026-07-14 18:09:45

Starting the container

cli

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

compose

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

Install Lidarr on Unraid in a few clicks.

Find Lidarr 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 Lidarr 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/lidarr:latest
Last Updated2026-07-17
First Seen2023-08-20

Runtime arguments

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

Template configuration

Host Port for 8686Porttcp

Container Port: 8686

Target
8686
Default
8686
Host Path for /configPathrw

Container Path: /config

Target
/config
Host Path for /dataPathrw

Container Path: /data

Target
/data
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