Simple docker image for Lidarr without any bloat, built on the official dotnet runtime image. Lidarr runs as user lidarr with uid and gid 1000 and listens on port 8686.
docker run --rm ghudiczius/lidarr:<VERSION> \
-p 8686:8686 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/music:/music
or
docker run --rm registry.gitlab.jmk.hu/media/lidarr:<VERSION> \
-p 8686:8686 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/music:/music
Content type
Image
Digest
sha256:3f2664fcd…
Size
143.7 MB
Last updated
4 days ago
docker pull ghudiczius/lidarr:3.1.6.5078.8019-pre