crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
457 stars 103 forks source link

Fix permissions of /tmp/ #240

Closed uraid closed 11 months ago

uraid commented 1 year ago

When pulling this docker image on Unraid, and after each update, the nginx server fails to load due to permissions issues of /tmp:

nginx: [emerg] mkdir() "/tmp/nginx" failed (13: Permission denied)

This commit chown's the /tmp/ folder to the right permissions so nginx can start correctly