Is it possible to run Laravel sail on a different default path? Currently expects /var/www/html/ but my distro uses /srv/http
error message: The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied
I have tried changing the docker-compose.yml to the new path with no success