Simple docker image for Readarr without any bloat, built on the official dotnet runtime image. Readarr runs as user readarr with uid and gid 1000 and listens on port 8787.
docker run --rm ghudiczius/readarr:<VERSION> \
-p 8787:8787 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/books:/books
or
docker run --rm registry.gitlab.jmk.hu/media/readarr:<VERSION> \
-p 8787:8787 \
-v path/to/config:/config \
-v path/to/downloads:/downloads \
-v path/to/books:/books
Content type
Image
Digest
sha256:608afd26b…
Size
136.8 MB
Last updated
17 days ago
docker pull ghudiczius/readarr:0.4.18.2805.7652-pre