You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was uncovered when dropping this docker-compose.yml file into the root of a Grav CMS codebase and running docker-compose up. You end up with this error:
Manually opening up a shell inside the container and running chmod -R 777 /var/lib/php/session fixes it.
The text was updated successfully, but these errors were encountered:
What user needs to own this? apache? I'd prefer not to open up the permissions entirely... can you try setting the owner/group to apache and see if that does the trick?
This was uncovered when dropping this docker-compose.yml file into the root of a Grav CMS codebase and running
docker-compose up
. You end up with this error:Manually opening up a shell inside the container and running
chmod -R 777 /var/lib/php/session
fixes it.The text was updated successfully, but these errors were encountered: