소스 검색

Update README.md

master
Jason Kotzin 6 년 전
부모
커밋
67b4cdbe75
No account linked to committer's email address
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      README.md

+ 5
- 2
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-container>:transmission \--link
$ docker run -d \
-e "RSS_URL=<URL>" \
--link <transmission-container>:transmission \
--name "transmission-rss" \
haugene/transmission-rss
```

#### Use docker env file

Loading…
취소
저장