add umask settings info to README

This commit is contained in:
sparklyballs 2016-10-03 20:32:43 +01:00
parent 8a560099f3
commit a42dfbf936

View File

@ -64,6 +64,15 @@ Webui can be found at `<your-ip>:6789` and the default login details (change AS
To allow scheduling, from the webui set the time correction value in settings/logging.
To change umask settings.
[img]http://i.imgur.com/A4VMbwE.png[/img]
scroll to bottom, set umask like this (example shown for unraid)
[img]http://i.imgur.com/mIqDEJJ.png[/img]
## Info
* Shell access whilst the container is running: `docker exec -it nzbget /bin/bash`
* To monitor the logs of the container in realtime: `docker logs -f nzbget`