linuxserver/prowlarr.

12,747,510 241 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/prowlarr
Build Time 27 Sep 2023 03:51:09
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 1.8.6 27 Sep 2023 at 03:51:08

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  prowlarr:
    image: linuxserver/prowlarr:1.8.6
    container_name: prowlarr
    restart: no

CLI

docker create \
  --name=prowlarr \  --restart no \
  linuxserver/prowlarr:1.8.6