richarvey / nginx-php-fpm

Nginx and php-fpm for dockerhub builds
https://hub.docker.com/repository/docker/richarvey/nginx-php-fpm/general
GNU General Public License v3.0
1.66k stars 852 forks source link

where do i change the value of php.ini from dockerfile? #294

Closed mrfzy00 closed 6 months ago

mrfzy00 commented 9 months ago

i manage to setup the version image of 3.1.6, after that i got some error cause to the memory heap of symfony needs more than 300mb

where do i find this config inside the container?

idem84 commented 7 months ago

you can change php.ini settings via .htaccess or php (see ini_set('memory_limit', '-1');)

mrfzy00 commented 6 months ago

thanks, it works