docker run -d \
--name=transmission \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/Shanghai \
-e TRANSMISSION_WEB_HOME=/combustion-release/ `#optional` \
-e WHITELIST="*" `#optional` \
-p 9091:9091 \
-p 51413:51413 \
-p 51413:51413/udp \
-v /mnt/mmcblk0p4/transmission:/downloads/complete \
-v /path/to/watch/folder:/watch \
--restart unless-stopped \
linuxserver/transmission:latest
#dovela/transmission:latest
Content type
Image
Digest
Size
37.9 MB
Last updated
over 4 years ago
docker pull dovela/transmission