Display MoreHi,
installation with Docker work good.
But I try to change destination of my Complete and incomplete files... but don't work with Transmission Web interface Setting.
Can I change default directory /storage/.config/dockers/transmission/downloads with my external usb hard-disk?
Ok I understand.. /downloads (in download to) is directory during installation with docker... "-v /var/media/<my_hdd>/downloads = /downloads in webui configuration.
But I want change the old configuration during first installation... What are the corrects command in Putty to reinstall Transmission Docker or to reconfingure it?
NEW --> I solved!!!
1 - docker stop 9091-transmission
2 - docker rm 9091-transmission
3 - docker run.... (same options) I change :/download \ with my external /var/media/<myhdd>/downloads disk directory!!!
Now its work!!!
Thanks!
Hy
Where do you change the download path? After the or before
I've tried both -v /media/nas/film:/var/media/Duf_Mypassport_2/Torrent \
or
-v /var/media/Duf_Mypassport_2/Torrent:/downloads \
But after both i got this message
"docker: invalid reference format"
Thanks