diff --git a/README.md b/README.md index 5c8269b91..e6e020187 100644 --- a/README.md +++ b/README.md @@ -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 \--link +$ docker run -d \ + -e "RSS_URL=" \ + --link :transmission \ + --name "transmission-rss" \ + haugene/transmission-rss ``` #### Use docker env file