From 47a4177b8689fd5e318e53f1a2865212b78a800b Mon Sep 17 00:00:00 2001 From: Jason Kotzin Date: Sat, 10 Mar 2018 19:11:02 -0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa85c5da7..2bcc4f197 100644 --- a/README.md +++ b/README.md @@ -180,8 +180,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 \--link +$ docker run -d \ + -e "RSS_URL=" \ + --link :transmission \ + --name "transmission-rss" \ + haugene/transmission-rss ``` #### Use docker env file