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
9
9
10
10
Take image ` docker pull andrewmhub/transmission-tracker-add `
11
11
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 ```
13
13
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/ )
15
19
16
20
* Systemd way
17
21
You can’t perform that action at this time.
0 commit comments