Wonderfall/dockerfiles

[ boring-nginx ] Downloads fail because of insufficient permissions for /tmp/proxy/

lengers opened this issue · 1 comments

Downloads fail, according to my logfiles (/var/log/nginx/error.log) because of insufficient permissions for files and subdirectories in /tmp/proxy.

Running chmod -R 777 /tmp/proxy fixes the problem until the container restarts.

Issues like this have been noticed with old versions of aufs. I can't do anything else.