This powerful internet PVR automates your TV show downloads across Usenet and Torrents, ensuring you always have the latest episodes ready to watch. It monitors RSS feeds, finds the releases you want, and sends them directly to your download client.
Enjoy a hands-off experience with smart features designed to optimize your media library:
Whether running on Windows, Linux, macOS, or Docker, it integrates perfectly with your setup to keep your library organized and up to date.
services:
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./tv:/tv
- ./downloads:/downloads
ports:
- 8989:8989
restart: unless-stopped# No sensitive environment variables are required for the default LinuxServer.io Sonarr setup.
# Authentication and other secrets are managed via the application's web interface (Settings -> General -> Security).Auto-fetched about 23 hours ago
Auto-fetched about 23 hours ago