You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is possible without a custom build or even then since it is a docker but wished to inquire. Is it possible to have multiple disk volume locations defined in Yaml file so that when downloading you can pick more than one location? I tried adding another volume and qBittorrent did start and run, however the extra path is not available via the web app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Not sure if this is possible without a custom build or even then since it is a docker but wished to inquire. Is it possible to have multiple disk volume locations defined in Yaml file so that when downloading you can pick more than one location? I tried adding another volume and qBittorrent did start and run, however the extra path is not available via the web app.
volumes:
- ./config:/config
- /home/adminx/NAS-Share/Download/Torrent/CompletedDownload:/downloads
- /home/adminx/NAS-Share/Download/Torrent/InCompleteDownload:/temp
Any thoughts would be appreciated. Thank you for your hard work.
Beta Was this translation helpful? Give feedback.
All reactions