Hello everyone,
Is there a way to do some more php configuration?
for example having access onto the php.ini file?
Would appreciate
Hello everyone,
Is there a way to do some more php configuration?
for example having access onto the php.ini file?
Would appreciate
Hi there @launesatans . Thanks for stopping by. We’ll have documentation on this shortly. Are you familiar with using shell? Try entering docker exec -it devkinsta_fpm bash
then navigating to /etc/php/fpm/
. You’ll find different versions there for the PHP version you need to configure.
Hi Michael, yes it works like charm, thank you a lot!