Maintained by Thijmen Heuvelink
Radarr is a popular open-source tool for managing and automating movie downloads.
Save the following contents as a docker-compose.yml file.
version: "2.1"
services:
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- ./config:/config
- ./data/movies:/movies
- ./data/downloads:/downloads
ports:
- 7878:7878
restart: unless-stopped
docker-compose up -d
This knowledge base serves as a valuable tool to simplify installations, troubleshoot common problems and to enhance the overall developer / admin experience. mail@thijmenheuvelink.nl - all rights reserved