Add prowlarr.yaml

This commit is contained in:
2026-07-09 19:11:11 +02:00
parent d510539fe4
commit 0072d37c56
+16
View File
@@ -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"