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 4f04af9 commit 9af60afCopy full SHA for 9af60af
README.md
@@ -10,6 +10,10 @@ cd directory where Dockerfile `docker build -t transmission-tracker-add:latest .
10
```
11
docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
12
13
-if you use transmission daemon in docker then read [Docker Documentation](https://docs.docker.com/network/)
+if need use another torrent tracker list use docker run env
14
+
15
+`-e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt`
16
17
+you use transmission daemon in docker then read [Docker Documentation](https://docs.docker.com/network/)
18
19
0 commit comments