Skip to content

ghudiczius/docker-media-sonarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sonarr

Simple docker image for Sonarr without any bloat, built on the official dotnet runtime image. Sonarr runs as user sonarr with uid and gid 1000 and listens on port 8989.

Usage

docker run --rm ghudiczius/sonarr:<VERSION> \
  -p 8989:8989 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/series:/series

or

docker run --rm registry.gitlab.jmk.hu/media/sonarr:<VERSION> \
  -p 8989:8989 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/series:/series

About

Simple docker image for Sonarr, a smart PVR for newsgroup and bittorrent usersdocker-sonarr

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published