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