Add prowlarr.yaml
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
services:
|
||||||
|
prowlarr:
|
||||||
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
|
container_name: prowlarr
|
||||||
|
restart: unless-stopped
|
||||||
|
|
||||||
|
environment:
|
||||||
|
PUID: 1000
|
||||||
|
PGID: 1000
|
||||||
|
TZ: Europe/Amsterdam
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- /srv/docker/prowlarr/config:/config
|
||||||
|
|
||||||
|
ports:
|
||||||
|
- "9696:9696"
|
||||||
Reference in New Issue
Block a user