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 2ab4b2c commit ba9e13bCopy full SHA for ba9e13b
README.md
@@ -9,7 +9,7 @@ This script automatically checks new torrents and adds trackers
9
10
Take image `docker pull andrewmhub/transmission-tracker-add`
11
12
-```docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest```
+```docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest```
13
14
if you use transmission daemon in docker then read [Docker Documentation](https://docs.docker.com/network/)
15
0 commit comments