Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] The /downloads/ parameter does not put downloads into the specified folder. #238

Closed
1 task done
slhar opened this issue Dec 1, 2024 · 2 comments
Closed
1 task done

Comments

@slhar
Copy link

slhar commented Dec 1, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I followed both the docker run and the docker compose instructions to add a /downloads/ folder and the container puts the downloads in /config/.

Expected Behavior

contianer puts downloads in /config/Downloads

Steps To Reproduce

Create docker container
Download Files
Files in the wrong folder

Environment

- OS:raspbian
- OS:Synology DSM
- How docker service was installed: raspbian: via docker instructions
- How docker service was installed: SynologyDSM: via container manager

CPU architecture

x86-64

Docker creation

Docker Run
docker run -d \
--name=sabnzbd \
-e PUID=1000 \
-e PGID=1003 \
-e TZ=America/Los_Angeles \
-p 8181:8080 \
-v /home/pi//config/:/config/ \
-v /home/pi/config/Downloads/complete:/downloads/  \
-v /home/pi/config/Downloads/incomplete:/incomplete-downloads  \
--restart unless-stopped \
lscr.io/linuxserver/sabnzbd:latest

Docker Compose:
---
services:
  sabnzbd:
    image: lscr.io/linuxserver/sabnzbd:latest
    container_name: sabnzbd
    environment:
      - PUID=1028
      - PGID=100
      - TZ=America/Los_Angeles
    volumes:
      - /volume1/media/config/sabnzb:/config
      - /volume1/media/downloads:/downloads #optional
      - /volume1/media/downloads/incomplete:/incomplete-downloads #optional
    ports:
      - 8080:8080
    restart: unless-stopped

Container logs

I will dig these out if its really needed
Copy link

github-actions bot commented Dec 1, 2024

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

j0nnymoe commented Dec 1, 2024

Not a bug, once you've ran through the setup wizard, you have to configure the folders within the sab settings.

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Dec 1, 2024
@LinuxServer-CI LinuxServer-CI moved this from Issues to Done in Issue & PR Tracker Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants