From e5275eaccf9598155ae7b1d31d6797b89cef4c3a Mon Sep 17 00:00:00 2001 From: Grantland Chew Date: Thu, 16 Jan 2020 23:14:41 -0800 Subject: [PATCH] Update README.md Add instructions to connect with torrent containers --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bfa334b..c655b10 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ For shell access whilst the container is running do `docker exec -it flexget /bi FlexGet is able to connect with transmission using `transmissionrpc`, which is installed as the default torrent plugin in this container. For more details, see http://flexget.com/wiki/Plugins/transmission. -Please note: This Docker image does NOT run Transmission. Consider running a [Transmission Docker image](https://github.com/linuxserver/docker-transmission/) alongside this one. +Please note: This Docker image does NOT run Transmission. Consider running a [Transmission Docker image](https://github.com/linuxserver/docker-transmission/) alongside this one and use `docker network ls` and `docker network inspect ` to find the IP of the transmission container for your transmission config. For transmission to work you can either omit the `TORRENT_PLUGIN` environment variable or set it to "transmission". @@ -116,7 +116,7 @@ For transmission to work you can either omit the `TORRENT_PLUGIN` environment va FlexGet is also able to connect with deluge using `deluge-common`, which can be installed in this container, replacing the transmission plugin. For more details, see https://www.flexget.com/Plugins/deluge. -Please note: This Docker image does NOT run Deluge. Consider running a [Deluge Docker image](https://hub.docker.com/r/linuxserver/deluge/) alongside this one. +Please note: This Docker image does NOT run Deluge. Consider running a [Deluge Docker image](https://hub.docker.com/r/linuxserver/deluge/) alongside this one and use `docker network ls` and `docker network inspect ` to find the IP of the deluge container for your transmission config. For deluge to work you need to set `TORRENT_PLUGIN` environment variable to "deluge".