Skip to content

Simple docker image for Radarr, a movie organizer/manager for usenet and torrent users

License

Notifications You must be signed in to change notification settings

ghudiczius/docker-media-radarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radarr

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

Usage

docker run --rm ghudiczius/radarr:<VERSION> \
  -p 7878:7878 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/movies:/movies

or

docker run --rm registry.gitlab.jmk.hu/media/radarr:<VERSION> \
  -p 7878:7878 \
  -v path/to/config:/config \
  -v path/to/downloads:/downloads \
  -v path/to/movies:/movies

About

Simple docker image for Radarr, a movie organizer/manager for usenet and torrent users

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published