lorisleiva / laravel-docker

🐳 Generic docker image for Laravel Applications
MIT License
934 stars 314 forks source link

Permissions issues in recent deployments #55

Closed paul-crashley closed 4 years ago

paul-crashley commented 4 years ago

I have recently upgraded several sites to Laravel 7 and deployed to servers running PHP 7.4 managed by Forge.

Each site ended up being unable to write to the storage and it's child directories until after I manually ran chown against them via ssh.

This was never an issue previously. Has there been some change that may cause this?

lorisleiva commented 4 years ago

Hi there 👋

I'm not sure what could have caused this to be honest. The only recent change so far has been the addition of php-intl.

Did you perhaps meant to post this issue in https://github.com/lorisleiva/laravel-deployer?

paul-crashley commented 4 years ago

Sorry yes, no idea how I crossed over!