mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-11 16:57:12 +02:00
10 lines
361 B
Markdown
Executable File
10 lines
361 B
Markdown
Executable File
The Transmission RSS plugin can optionally be run as a separate container. It allows downloading torrents based on an RSS URL, see [Plugin page](https://github.com/nning/transmission-rss).
|
|
|
|
```
|
|
$ docker run -d \
|
|
-e "RSS_URL=<URL>" \
|
|
--link <transmission-container>:transmission \
|
|
--name "transmission-rss" \
|
|
haugene/transmission-rss
|
|
```
|