From 535b071e2c63a69d2b910e7c6dab2a95fb63fa6a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 20 Feb 2018 09:23:51 +0000 Subject: [PATCH 1/3] add note about intermediate mount point --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c739fa7..2cf1b85 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,8 @@ scroll to bottom, set umask like this (example shown for unraid) ![](http://i.imgur.com/mIqDEJJ.png) +You can add an additional mount point for intermediate unpacking folder with:- +`-v :/intermediate` for example and changing the settings in the PATHS tab to `/intermediate` ## Info * Shell access whilst the container is running: `docker exec -it nzbget /bin/bash` @@ -99,6 +101,7 @@ To monitor the logs of the container in realtime: `docker logs -f nzbget` ## Versions ++ **20.02.18:** Add note about supplemental mount point for intermediate unpacking. + **13.12.17:** Rebase to alpine 3.7. + **02.09.17:** Place app in subfolder rather than /app. + **12.07.17:** Add inspect commands to README, move to jenkins build and push. From 99b450213370ad91d6284e747a1a51909a43c3c1 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 20 Feb 2018 09:25:25 +0000 Subject: [PATCH 2/3] spacing --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf1b85..927e027 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,10 @@ scroll to bottom, set umask like this (example shown for unraid) ![](http://i.imgur.com/mIqDEJJ.png) You can add an additional mount point for intermediate unpacking folder with:- -`-v :/intermediate` for example and changing the settings in the PATHS tab to `/intermediate` + +`-v :/intermediate` + +for example and changing the settings in the PATHS tab to `/intermediate` ## Info * Shell access whilst the container is running: `docker exec -it nzbget /bin/bash` From 2f01446d56baa0d524197e3e6404f767643835b3 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 20 Feb 2018 09:29:14 +0000 Subject: [PATCH 3/3] punctuation ond better flow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 927e027..02950b0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ You can add an additional mount point for intermediate unpacking folder with:- `-v :/intermediate` -for example and changing the settings in the PATHS tab to `/intermediate` +for example, and changing the setting for InterDir in the PATHS tab of settings to `/intermediate` ## Info * Shell access whilst the container is running: `docker exec -it nzbget /bin/bash`