Sonarr Docker Image
Creates a docker image running Sonarr
Volumes
- /opt/sonarr/config
- This contains the Sonarr configuration files, these are generated if they do not already exist
- /opt/sonarr/data
- This contains the movie collection
- /mnt/nas/Staging/Sonarr
- 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 Sonarr via the web client
Running
An example command to run the image
docker run -d --name Sonarr --restart unless-stopped -e PUID=10002 -e GUID=10005 -p 7878:7878 -v /path/to/config:/opt/sonarr/config -v /path/to/data:/opt/sonarr/data automatr901/sonarr:<tag>
Known Issues
None