add note about intermediate mount point

This commit is contained in:
sparklyballs 2018-02-20 09:23:51 +00:00
parent 71c2414fcb
commit 535b071e2c

View File

@ -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 </path/to/intermedia_unpacking_folder>:/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.