File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ cd directory where Dockerfile `docker build -t transmission-tracker-add:latest .
1010```
1111docker 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 do something like that
14- ```
15- docker network create mynet
16- docker run -d -p "9091:9091" --name transmission-daemon transmission-daemon-image
17- docker run -d -e HOSTPORT=transmission-daemon:9091 -e TR_AUTH=user:password --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
18- ```
19- or read [ Docker Documentation] ( https://docs.docker.com/network/ )
13+ if you use transmission daemon in docker then read [ Docker Documentation] ( https://docs.docker.com/network/ )
14+
2015
You can’t perform that action at this time.
0 commit comments