Sign inSign up

ich777/sonarr

By ich777

•Updated 10 months ago

Image
0

100K+

ich777/sonarr repository overview

⁠Sonarr in Docker optimized for Unraid

Sonarr 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.

Update: The container will check on every start/restart if there is a newer version available (you can also choose between stabel and nightly version - keep in mind that switching from a stable to a nightly version and vice versa will/can break the container).

Manual Version: You can also set a version manually by typing in the version number that you want to use for example: '2.0.0.5250' (without quotes) - you can also change it to 'latest' or 'nightly' like described above (works only for stable builds - don't forget to disable updates in the WebGUI if you are using a specific version).

ATTENTION: Don't change the port in the Sonarr config itself.

Migration: If you are migrating from another Container please be sure to deltete the files/folders 'logs', 'xdg' and 'config.xml', don't forget to change the root folder for your tv shows and select 'No, I'll Move the Files Myself'!

⁠WARNING: The main configuration of the paths has a performance and disk usage impact: slow, I/O intensive moves and wasted disk space. For a detailed guide to change that see https://trash-guides.info/hardlinks/#unraid⁠ .

⁠Env params

NameValueExample
DATA_DIRFolder for configfiles and the application/sonarr
SONARR_RELSelect if you want to download a stable or prereleasenightly
MONO_START_PARAMSOnly change if you know what you are doing!--debug
UIDUser Identifier99
GIDGroup Identifier100
UMASKUmask value for new created files0000
DATA_PERMSData permissions for config folder770

⁠Run example

docker run --name Sonarr -d \
	-p 8989:8989 \
	--env 'SONARR_REL=nightly' \
	--env 'MONO_START_PARAMS=--debug' \
	--env 'UID=99' \
	--env 'GID=100' \
	--env 'UMASK=0000' \
	--env 'DATA_PERMS=770' \
	--volume /mnt/cache/appdata/sonarr:/sonarr \
	--volume /mnt/user/TV-Shows:/mnt/tv \
	--volume /mnt/user/Downloads:/mnt/downloads \
	ich777/sonarr

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:ceb3fc373…

Size

265.7 MB

Last updated

10 months ago

docker pull ich777/sonarr