Skip to content

Commit 0c9961a

Browse files
Update README.md
1 parent 9251aa9 commit 0c9961a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
See no peers for some torrent(s)? Add more tracker(s) from Transmission
44

55
## Installation
6-
* Download script and make it executable:
6+
7+
* Take image `docker pull andrewmhub/transmission-tracker-add` or
8+
9+
Download script and make it executable:
10+
711
Edit settings for transmission set rpc-enabled, rpc-username and rpc-password
12+
813
```
914
wget --no-check-certificate -O /opt/bin/add-trackers-auto.sh https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/tracker-add-auto.sh
1015
wget --no-check-certificate -O /etc/systemd/system/transmission-tracker-add.service https://raw.githubusercontent.com/AndrewMarchukov/tracker-add/master/transmission-tracker-add.service
@@ -14,6 +19,15 @@ systemctl daemon-reload
1419
```
1520
## Usage
1621
Automatically checks new torrents and adds trackers:
22+
23+
* Docker way
24+
25+
```docker run --net=host -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest```
26+
27+
if you use transmission daemon in docker then read [Docker Documentation](https://docs.docker.com/network/)
28+
29+
* Systemd way
30+
1731
```
1832
systemctl enable transmission-tracker-add.service
1933
systemctl start transmission-tracker-add.service

0 commit comments

Comments
 (0)