CVJoint/traefik2

Permission Issues

bigverm23 opened this issue · 0 comments

any idea how to overcome the permission issues shown in the logs?

2020-04-25T15:40:49.783792205Z [INFO] nzbget 21.0 server-mode
2020-04-25T15:45:10.559214557Z /data/nzbget.log: Permission denied
2020-04-25T15:45:10.712879529Z [INFO] Reloading...
2020-04-25T15:45:11.162671467Z /data/nzbget.log: Permission denied
2020-04-25T15:45:11.162714087Z /data/nzbget.log: Permission denied
2020-04-25T15:45:11.162724046Z /data/nzbget.log: Permission denied
2020-04-25T15:45:11.162732536Z /data/nzbget.log: Permission denied
2020-04-25T15:45:11.162811475Z /data/nzbget.log: Permission denied
2020-04-25T15:45:11.163433597Z nzbget.conf(55): Invalid value for option "TempDir" (/data/tmp): could not create directory /data/tmp: Permission denied
2020-04-25T15:45:11.163462847Z nzbget.conf(52): Invalid value for option "QueueDir" (/data/queue): could not create directory /data/queue: Permission denied
2020-04-25T15:45:11.163472037Z nzbget.conf(46): Invalid value for option "NzbDir":
2020-04-25T15:45:11.163480076Z [ERROR] nzbget.conf(55): Invalid value for option "TempDir" (/data/tmp): could not create directory /data/tmp: Permission denied
2020-04-25T15:45:11.163487646Z [ERROR] nzbget.conf(52): Invalid value for option "QueueDir" (/data/queue): could not create directory /data/queue: Permission denied
2020-04-25T15:45:11.163495046Z [ERROR] nzbget.conf(46): Invalid value for option "NzbDir":
2020-04-25T15:45:11.163501556Z [INFO] Pausing all activities due to errors in configuration

I tried creating the directories shown in the logs and permissioned them as $USER:docker just like all of my other containers, but its still in the logs as an issue.