Update README.md

This commit is contained in:
Jason Kotzin
2018-03-10 19:11:02 -08:00
committed by davinkevin
parent e89ed2cfa2
commit 67b4cdbe75

View File

@@ -233,8 +233,11 @@ Don't forget to include the #!/bin/bash shebang and to make the scripts executab
The Transmission RSS plugin can optionally be run as a separate container. It allow to download torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss).
```
$ docker run -d -e "RSS_URL=http://.../xxxxx.rss" \
--link <transmission-container>:transmission \--link
$ docker run -d \
-e "RSS_URL=<URL>" \
--link <transmission-container>:transmission \
--name "transmission-rss" \
haugene/transmission-rss
```
#### Use docker env file