Skip to content

Commit f95edd6

Browse files
Update README.md
1 parent 1c9d99e commit f95edd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@ 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
14+
```
15+
docker network create mynet
16+
docker run -d -p "9091:9091" --name transmission-daemon transmission-daemon-image
17+
docker run -d --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
18+
```
19+
or do what you want
1320

1421
Don't be confused with `failed` message. In most cases, it means tracker(s) already added and/or exists in current torrent.

0 commit comments

Comments
 (0)