How can I remap the watch and completed folder to another volume? #1996
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, just mount those folders to where you want them. |
Beta Was this translation helpful? Give feedback.
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