Skip to content

Properly set permissions

When docker-compose up is being used, the project root is set to owner 82:www-docker and only the owner can write to that directory. At least the group should be able to write into that directory too.

Also, the files directory should be writeable by anybody.