I'm trying to run a Laravel project previously developed in another environment using Laravel Sail, but I'm experiencing several problems related to permissions. The docker container "laravel.test" container shows de following error:
The /var/www/html/bootstrap/cache directory must be present and writable.
I have already tried several files ownerships and permission configurations, but I can't get it to work. Other similar questions I found are not using sail and speak of www-data group, but this group doesn't even exist in my host (Fedora).
What is the correct owner/grup and permissions configurations I should set to make sail work in Fedora?
Another sub-question I do have: Te "/var/www/html/bootstrap/cache" path is relative to my OS (Fedora), or it's a folder inside the container?