Docker folder issues

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
hippytyre
Newbie
Newbie
Posts: 1
Joined: January 27th, 2024, 10:49 am

Docker folder issues

Post 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
User avatar
sander
Release Testers
Release Testers
Posts: 8832
Joined: January 22nd, 2008, 2:22 pm

Re: Docker folder issues

Post 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?
Post Reply