Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 3.25 KB

README.md

File metadata and controls

46 lines (32 loc) · 3.25 KB

docker_radarr

build status testing size latest size

latest version image pulls


An Alpine-based multiarch Radarr Docker image.

Supported platforms:

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

Usage

With Docker

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

Runs Radarr with WebUI served on port 7878.
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.