From d510539fe4dc6f2b2be372581027181c01ba7aaf Mon Sep 17 00:00:00 2001 From: adminjeroen Date: Thu, 9 Jul 2026 19:10:24 +0200 Subject: [PATCH] Add sabnzbd.yaml --- sabnzbd.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sabnzbd.yaml diff --git a/sabnzbd.yaml b/sabnzbd.yaml new file mode 100644 index 0000000..7acc25f --- /dev/null +++ b/sabnzbd.yaml @@ -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" \ No newline at end of file