Skip to content

Instantly share code, notes, and snippets.

@AMD-NICK
Created August 10, 2018 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AMD-NICK/c28832a6f717c053f8be8c0d00300eff to your computer and use it in GitHub Desktop.
Save AMD-NICK/c28832a6f717c053f8be8c0d00300eff to your computer and use it in GitHub Desktop.
Docker Transmission Run Command
docker run --name=transmission \
-v $PWD/config:/config \
-v $PWD/downloads:/downloads \
-v $PWD/watch:/watch \
-e TZ=Europe/London \
-p 9091:9091 -p 51413:51413 \
-p 51413:51413/udp \
linuxserver/transmission
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment