Skip to main content

Install with Docker

The Docker image lives on GitHub Container Registry (GHCR) at ghcr.io/av1155/houndarr.

Pull the latest image:

docker pull ghcr.io/av1155/houndarr:latest

Or pin to a specific version:

docker pull ghcr.io/av1155/houndarr:v1.0.8

Available architectures: linux/amd64 and linux/arm64.

See Install with Docker Compose for a complete Compose example, or Install from source for the Python development path.

Container details

PropertyValue
Imageghcr.io/av1155/houndarr
Default port8877
Data volume/data
Health checkGET /api/health
UserNon-root (appuser) after PUID/PGID remapping

The container starts as root only to perform PUID/PGID file ownership remapping, then drops to a non-root user via gosu before starting the application. See Security Overview: Container security posture for the full trust model.

Which *arr versions work?

Houndarr talks to your *arr instances through their REST APIs. For the tested version matrix and Readarr-fork compatibility, see Compatibility.