File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,13 @@ This script automatically checks new torrents and adds trackers
99
1010Take image ` docker pull andrewmhub/transmission-tracker-add `
1111
12- ``` 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 ```
12+ ``` docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest ```
1313
14- if you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
14+ if need use another torrent tracker list use docker run env
15+
16+ ` -e TORRENTLIST=https://raw.githubusercontent.com/user/trackerslist/master/mylist.txt `
17+
18+ you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
1519
1620* Systemd way
1721
You can’t perform that action at this time.
0 commit comments