A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.
This Docker image is built automatically from the official Sonarr source and stays up to date with new Sonarr releases.
Important
Sonarr Enhanced exists to improve performance and responsiveness during large searches, heavy download activity, and bulk import operations, without changing Sonarr’s core behavior.
Replace your existing Sonarr image with: ghcr.io/neurekasoftware/sonarr-enhanced:latest
services:
sonarr:
image: ghcr.io/neurekasoftware/sonarr-enhanced:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/sonarr/data:/config
ports:
- 8989:8989
restart: unless-stoppedThis is a community maintained build of Sonarr.
For general Sonarr usage and documentation, see the official Sonarr wiki.
Build or patch-specific issues should be reported by opening an issue in this repository, while all other Sonarr issues should be filed as a bug report directly with Sonarr on GitHub.
