Page 1 of 1

Docker folder issues

Posted: January 27th, 2024, 11:16 am
by hippytyre
I'm hoping someone on here can help me out with this because I've been two days fiddling with it and getting nowhere! A few details....

I'm running the docker image from linuxserver

This is all happening on a Pi4 running dietpi/debian bookworm

I have two 1TB USB drives I use to store my moves and shows in connected to the PI4. I'm not new to sabnzbd and I've had all of this running before but it's the first time I've run sabnzbd via docker.


My problem:

I cannot get sabnzbd to download files to the directories I have mapped in the compose file.

Code: Select all

---
services:
  sabnzbd:
    image: wont let me post the link
    container_name: sabnzbd
    environment:
      - PUID=1000
      - PGID=1000
      - /root/sabnzbd/config:/config
      - /mnt/USBHDD1/downloads:/downloads 
      - /mnt/USBHDD1/incomplete:/incomplete-downloads
    ports:
      - 8080:8080
    restart: unless-stopped
and here is what I have things set to in sabnzbd

Image

Re: Docker folder issues

Posted: January 27th, 2024, 2:01 pm
by sander
I cannot get sabnzbd to download files to the directories I have mapped in the compose file.
Because what error do you get?