Sign inSign up

ppoloskov/transmission

By ppoloskov

Updated about 7 years ago

Transmission container based on linuxserver one with bit more sophisticated volumes structure

Image
0

880

ppoloskov/transmission repository overview

Extremely light and simple container build on Alpine 3.10 and standard transmission package. All path-es are hardcoded within transmission launch parameters, and small basic config is generated if needed.

Important! Username and password checks are disabled since my setup is password protected by reverse proxy.

UID and GID (User and group ids) are of my media user - same for sonarr, transmission, nzbhydra and nzbget.

The way I run it:

docker run --restart unless-stopped --network medianet \
             -e UID=1001 -e GID=1001 -e UMASK=002 \
             -e TZ='Europe/Moscow' \
             --name transmission \
             --port 9091:9091 --port 51413:51413 --port 51413:51413/udp \
             --volume /home/media/transmission:/config \
             --volume /mnt/diechi/.incomplete:/incomplete \
             --volume /mnt/diechi/downloads:/downloads \
             --volume /mnt/diechi/incoming:/watch \
             ppoloskov/transmission

Tag summary

Content type

Image

Digest

Size

4.5 MB

Last updated

about 7 years ago

docker pull ppoloskov/transmission