linuxserver/sonarr - LinuxServer.io
docs.linuxserver.io › images › docker-sonarrlinuxserver/sonarr. . . Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
linuxserver/sonarr | fleet
https://fleet.linuxserver.io/image?name=linuxserver/sonarr25.12.2021 · Basic examples for getting this image running as a container. Docker Compose. --- version: "2" services: sonarr: image: linuxserver/sonarr: 3.0.6 container_name: sonarr restart: unless - stopped environment: - TZ=Europe/London # Specify a timezone to use - PUID=1000 # User ID to run as - PGID=1000 # Group ID to run as volumes: - /host/path/to ...