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

Nzbget Path Cannot Access Root Folder #141

Closed
joetong1126 opened this issue Feb 19, 2022 · 2 comments
Closed

Nzbget Path Cannot Access Root Folder #141

joetong1126 opened this issue Feb 19, 2022 · 2 comments

Comments

@joetong1126
Copy link

I have the nzbget docker running on ubuntu vm. The vm has unraid share mounted (/mnt/Media)
When I create the container, I defined the /download as /mnt/Media/nzbget.
Once it created and started, in web gui setting -> path, I am not able to point it to /mnt/Media/nzbget.
Seems like it will try to create that folders under Home directory. Later on, I tried with path as /downloads, it created the folder under Home directory.
Anyway force the path look for the folder from the Root directory?

docker create --name=nzbget
-e PUID=1000 -e PGID=1000
-e TZ=America/Los_Angeles
-p 6789:6789
-v /home/docker/nzbget/config:/config
-v /mnt/Media/nzbget:/downloads
--restart=always
linuxserver/nzbget

@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

@aptalca
Copy link
Member

aptalca commented Feb 19, 2022

You mapped it as /downloads so the container (and thus the app) sees it as /downloads. With the preceding slash, it's an absolute path so make sure you include that.

With that said, this is not a bug. Closing

@aptalca aptalca closed this as completed Feb 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants