Sign inSign up

automatr901/radarr

By automatr901

•Updated almost 5 years ago

Radarr PVR

Image
0

1.4K

automatr901/radarr repository overview

⁠Radarr Docker Image

Creates a docker image running Radarr

⁠Volumes

  • /opt/radarr/config
    • This contains the Radarr configuration files, these are generated if they do not already exist
  • /opt/radarr/data
    • This contains the movie collection
  • /opt/radarr/incoming
    • Contains new movies to add to the library

⁠Environment

  • PUID = The UID of the user running the application
  • PGID = The GID of the running user's group
  • USER_NAME = The name of the application user
  • APP_NAME = The name of the folder containing the application in /opt

⁠Configuration

Configure Radarr via the web client

⁠Running

An example command to run the image

    docker run -d --name Radarr --restart unless-stopped -e PUID=10002 -e GUID=10009 -p 7878:7878 -v /path/to/config:/opt/radarr/config -v /path/to/data:/opt/radarr/data  automatr901/radarr:<tag>

⁠Known Issues

None

Tag summary

Content type

Image

Digest

Size

123.3 MB

Last updated

almost 5 years ago

docker pull automatr901/radarr