File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ 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
13+ if you use transmission daemon in docker then do something like that
1414```
1515docker network create mynet
1616docker run -d -p "9091:9091" --name transmission-daemon transmission-daemon-image
17- docker run -d --name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
17+ docker run -d -e HOSTPORT=localhost:9091 -e TR_AUTH=user:password - -name=transmission-tracker-add andrewmhub/transmission-tracker-add:latest
1818```
1919or do what you want
2020
You can’t perform that action at this time.
0 commit comments