tiredofit / docker-freescout

Dockerized web based help desk and shared inbox
MIT License
231 stars 94 forks source link

Non-writable files found #192

Open scottcaseproof opened 4 weeks ago

scottcaseproof commented 4 weeks ago

Summary

Getting this error on the docker install:

https://share.cleanshot.com/BdNytpfq

www-data user and group does not exist on the docker image

Steps to reproduce

New install, just cleared cache

What is the expected correct behavior?

no errors

scottcaseproof commented 1 day ago

This continues to be an issue. I have discovered that I can temporarily fix this by running chown -R nginx /www/html

However, the very next day, a new folder with a random string appears and it gives the same error.

Here is one error example: Non-writable files found /www/html/storage/framework/cache/data/5e/3c/5e3cbbed47195384f39edf30b47d8cd8245cdff8

How do we fix this permanently?