We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8d676 commit 1c9d99eCopy full SHA for 1c9d99e
README.md
@@ -3,13 +3,12 @@
3
See no peers for some torrent(s)? Add more tracker(s) from Transmission
4
5
## Installation
6
-* Download script and make it executable:
7
-Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
8
-```
+cd directory where Dockerfile `docker build -t transmission-tracker-add:latest .` or take image `docker pull andrewmhub/transmission-tracker-add`
9
10
11
12
## Usage
13
-
+```
+docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
14
15
Don't be confused with `failed` message. In most cases, it means tracker(s) already added and/or exists in current torrent.
0 commit comments