qBittorrent-nox save to Docker CIFS volume - errored #70
Unanswered
spoiltpenguin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I have successfully setup a Docker container of qBittorrent-nox with an additional Docker CIFS volume.
I'm a bit stuck though, when I add a torrent file as a test into the web-ui and choose the CIFS folder the download immediately errors. Checking the qbittorrent.log I can see it's because of a permission denied error.
As a test I created another qBittorrent-nox container but this time added a normal Docker volume, I still got an error when downloading but found if I open the console for the container and use the "chmod 777 -R" command on the mounted folder from the volume my downloads worked just fine.
I tried the same "chmod 777 -R" command on the CIFS volume but still keep getting errored due to permissions, I'm still learning my way around Docker and Linux.
Apologies if this is not the right place to post this question, I would appreciate if someone could point me in the right direction of where I could ask please?
Beta Was this translation helpful? Give feedback.
All reactions