From 19d36c01010ebe640741bf2245bd7dfd6fb7d80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20Mart=C3=ADn?= Date: Wed, 20 Mar 2019 16:40:50 +0100 Subject: [PATCH 1/2] Corrected image name for 0.9. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4836a93..5d7aa46 100644 --- a/README.md +++ b/README.md @@ -45,14 +45,14 @@ Sample run command: For rtorrent 0.9.7 version: ```bash -docker run -d --name=rutorrent \ +docker run -d --name=rutorrent-flood \ -v /share/Container/rutorrent/config:/config \ -v /share/Container/rutorrent/downloads:/downloads \ -e PGID=0 -e PUID=0 -e TZ=Europe/Madrid \ -p 9443:443 \ -p 3000:3000 \ -p 51415-51415:51415-51415 \ -romancin/rutorrent:latest +romancin/rutorrent-flood:latest ``` For rtorrent 0.9.6 version: From aa656c4c2595695c1f0554ce3288f37491916025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20Mart=C3=ADn?= Date: Wed, 20 Mar 2019 16:42:02 +0100 Subject: [PATCH 2/2] Corrected image name and routes for 0.9.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d7aa46..88c1c7d 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ For rtorrent 0.9.7 version: ```bash docker run -d --name=rutorrent-flood \ --v /share/Container/rutorrent/config:/config \ --v /share/Container/rutorrent/downloads:/downloads \ +-v /share/Container/rutorrent-flood/config:/config \ +-v /share/Container/rutorrent-flood/downloads:/downloads \ -e PGID=0 -e PUID=0 -e TZ=Europe/Madrid \ -p 9443:443 \ -p 3000:3000 \