Closed devbysb closed 5 months ago
GrumPHP does not set any php ini settings for you. Would it be an option to set this at PHP CLI level?
Something like:
EXEC_GRUMPHP_COMMAND: docker-compose exec -T php php -d 'open_basedir=/'
Closing because of inactivity
2.2.0
Hi is it possible to override php open_basedir to add /usr/bin for running git command (git blacklist). I have restrict open_basedir to only my project. I'm using php in docker and a docker compose file.
A possible solution is to add an other container only for execute grumphp. Do you have other solution ?
Thank you :)
My configuration
Steps to reproduce:
Result: