Skip to content

Commit

Permalink
Add UPD port to create command
Browse files Browse the repository at this point in the history
UDP port is required otherwise magnetized downloads won't start with UDP trackers.
  • Loading branch information
lamarios authored and lonix committed May 1, 2016
1 parent 73e673a commit 1f0277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker create --name=transmission \
-v <path to downloads>:/downloads \
-v <path to watch folder>:/watch \
-e PGID=<gid> -e PUID=<uid> \
-p 9091:9091 -p 51413:51413 \
-p 9091:9091 -p 51413:51413 -p 51413:51413/udp \
linuxserver/transmission
```

Expand Down

0 comments on commit 1f0277a

Please sign in to comment.