Last active
January 22, 2022 03:35
-
-
Save phillijw/6f35778a0dcde5b839158cee2d74521b to your computer and use it in GitHub Desktop.
transmission (bittorrent)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run \ | |
-d \ | |
-v /var/lib/docker/volumes/transmission/config:/config \ | |
-v /media/kingkong:/downloads \ | |
-v /media/kingkong/torrents:/watch \ | |
-e TZ=America/Chicago \ | |
-p 9091:9091 -p 51413:51413 \ | |
-p 51413:51413/udp \ | |
--name=transmission \ | |
--restart unless-stopped \ | |
linuxserver/transmission |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Port forward 51413 to the container