Skip to content

padhi-homelab/docker_lidarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_lidarr

build status testing size latest size

latest version image pulls


An Alpine-based multiarch Lidarr Docker image.

Supported platforms:

386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✖️ ✔️ ✖️ ✔️ ✔️ ✖️ ✖️

Usage

With Docker

docker run -p 8686:8686 \
           -e DOCKER_UID=`id -u` \
           -v /path/to/store/configs:/configs \
           -v /path/to/client/downloads:/downloads \
           -v /path/to/library/for/music:/music \
           -it padhihomelab/lidarr

Runs Lidarr with WebUI served on port 8686.
To run it in background, use the --detach flag.

Usage with docker compose is similarly straightforward.
As an example, you can see my configuration in services/monitarr.