Hello i've problem with transmission, i install it via Docker, the program run but i dont understand to change the path with Putty.
My old Transmission worked in the external Hdd in the "NAS" folder.
Can you help me?
Sorry for the English
I'used to install
docker run -d \
--name=9091-transmission \
--net=host \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
-e USER=transmission \
-e PASS=libreelec \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /storage/.config/dockers/transmission/config:/config \
-v /storage/.config/dockers/transmission/downloads:/downloads \
-v /storage/.config/dockers/transmission/watch:/watch \
--restart unless-stopped \
linuxserver/transmission