How can I remap the watch and completed folder to another volume? #1996
Answered
by
pkishino
Unrepentant-Atheist
asked this question in
Q&A
|
I've got a Synology NAS and I'm running this container on it. It works great. I got Now I've already got a download folder on Is there a way to make both those folders part of Transmissio docker-compose volume, leave incomplete in /data, but complete and watch, move to |
Answered by
pkishino
Oct 7, 2021
Replies: 1 comment
|
Yes, just mount those folders to where you want them. |
0 replies
Answer selected by
Unrepentant-Atheist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, just mount those folders to where you want them.
Something like below add to current config
volumes:
- /volume1/downloads/watch:/data/watch
- /volume1/downloads/completed:/data/completed