Skip to content

Commit 9af60af

Browse files
Update README.md
1 parent 4f04af9 commit 9af60af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ cd directory where Dockerfile `docker build -t transmission-tracker-add:latest .
1010
```
1111
docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
1212
```
13-
if you use transmission daemon in docker then read [Docker Documentation](https://docs.docker.com/network/)
13+
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/)
1418

1519

0 commit comments

Comments
 (0)