https://github.com/neurekasoftware/sonarr-enhanced
A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.
https://github.com/neurekasoftware/sonarr-enhanced
Last synced: 3 months ago
JSON representation
A drop-in replacement for Sonarr that includes a small set of targeted fixes and performance improvements.
- Host: GitHub
- URL: https://github.com/neurekasoftware/sonarr-enhanced
- Owner: NeurekaSoftware
- Created: 2026-01-28T07:57:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T21:14:38.000Z (3 months ago)
- Last Synced: 2026-01-31T01:58:14.443Z (3 months ago)
- Language: Dockerfile
- Homepage:
- Size: 19.5 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Sonarr Enhanced
A drop-in replacement for [Sonarr](https://github.com/Sonarr/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.
## Quick Start
Replace your existing Sonarr image with: `ghcr.io/neurekasoftware/sonarr-enhanced:latest`
### Docker Compose
```yaml
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-stopped
```
## Support
This is a community maintained build of Sonarr.
For general Sonarr usage and documentation, see the official [Sonarr wiki](https://wiki.servarr.com/sonarr).
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](https://github.com/Sonarr/Sonarr/issues) directly with Sonarr on GitHub.