Add sabnzbd.yaml

This commit is contained in:
2026-07-09 19:10:24 +02:00
parent b389d79a60
commit d510539fe4
+19
View File
@@ -0,0 +1,19 @@
services:
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest
container_name: sabnzbd
restart: unless-stopped
environment:
PUID: 1000
PGID: 1000
TZ: Europe/Amsterdam
UMASK: 002
volumes:
- /srv/docker/sabnzbd/config:/config
- /srv/media/complete:/downloads
- /srv/media/incomplete:/incomplete-downloads
ports:
- "8085:8080"