Skip to content

docker image for transmission with support of magnet link files watch

License

Notifications You must be signed in to change notification settings

piec/docker-transmission-magnet

Repository files navigation

Docker Build Status

docker-transmission-magnet

docker image for transmission with support of magnet link files watch

Derived from linuxserver docker image + third party patch:

Usage

docker run -it --name transmission \
  --restart unless-stopped \
  -v <path to config>:/config \
  -v <path to downloads>:/downloads \
  -v <path to watch folder>:/watch \
  -v /etc/localtime:/etc/localtime:ro \
  -e PUID=<uid> \
  -e PGID=<gid> \
  -p 9091:9091
  -p 51413:51413 \
  -p 51413:51413/udp \
  piec/transmission-magnet

See also https://github.com/linuxserver/docker-transmission#usage

Alternately you can use docker-compose + traefik with the template docker-compose.yml file

About

docker image for transmission with support of magnet link files watch

Resources

License

Stars

Watchers

Forks

Packages

No packages published