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