Skip to content

Commit f4d3a19

Browse files
committed
Update readme
1 parent dfa16ee commit f4d3a19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ Usage:
2828
* Adjust other parameters if needed (see comments)
2929
* Make the script run by cron e.g. every minute
3030
* You're done
31+
32+
Docker Usage:
33+
Set the environment variables: TRANSMISSION_HOST, TRANSMISSION_PORT, TRANSMISSION_USER, TRANSMISSION_PASSWORD
34+
You can control the status filter by setting the TRANSMISSION_FILTER environment variable to one of the available options: 'check pending', 'checking', 'downloading', 'seeding', 'stopped'
35+
36+
example: docker run -e TRANSMISSION_HOST='localhost' -e TRANSMISSION_PORT=9091 -e TRANSMISSION_USER='admin' -e TRANSMISSION_PASSWORD='password' cannibal3004/transmission-trackers:latest

0 commit comments

Comments
 (0)