Nzbget permission issues

Hi there, I am moving all my native installations into docker containers and it was very easy thanks to the great images. I am currently struggling with permissions in the nzbget container.
Errors: https://pastebin.com/a5LT37qY
My docker-compose: https://pastebin.com/imM7qVCR

Permissions on the host system:
downloads docker:docker 755
incomplete docker:docker 755

What are the correct permissions for the use with docker?

Thanks for any help!

are you sure you want /downloads on your host system to be what you use? this is likely your issue.
you just need to chown : /downloads and /incomplete

but i suspect that not where you actually want those directories…