Adding *arr and minor corrections
This commit is contained in:
parent
a8f2a9be44
commit
d416aafdfc
7 changed files with 115 additions and 2 deletions
22
docker/radarr.yaml
Normal file
22
docker/radarr.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
#####################################################################
|
||||
# #
|
||||
# Description: Radarr is a self-hosted movie manager #
|
||||
# ReferenceURL: https://wiki.servarr.com/radarr/installation/docker #
|
||||
# #
|
||||
#####################################################################
|
||||
|
||||
services:
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=13002
|
||||
- PGID=1000
|
||||
- UMASK=002
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- /opt/config/radarr-config:/config
|
||||
- /mnt/media:/volume1/media
|
||||
ports:
|
||||
- "7878:7878"
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue