Display MoreThis is my SSH command for install transmission for docker:
docker run -d \
--name=9091-transmission \
--net=host \
--cpus=0.5 \
-e PUID=0 \
-e PGID=0 \
-e TZ=Europe/Paris \
-e USER=transmission \
-e PASS=libreelec \
-e DOCKER_MODS=linuxserver/mods:universal-wait-for-internet \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /storage/.config/dockers/transmission/config:/config \
-v /media/5TB-HDD/.transmission/downloads:/downloads \
-v /storage/.config/dockers/transmission/watch:/watch \
-v /media:/media \
--restart unless-stopped \
linuxserver/transmission
replace 5TB-HDD with de name of your partition on external disk
Thank you.
I managed to install! I just didn't find how to configure the default download folder? I would like to direct it to a folder on the External HD... today Transmission is downloading directly to the microsd.