Okty-io / okty-config

Configuration repository of the simplest application to create docker projects
https://github.com/Okty-io/okty
GNU General Public License v3.0
13 stars 11 forks source link

Allow to define php ini configuration #94

Open alcalyn opened 5 years ago

alcalyn commented 5 years ago

I want to change i.e the max_upload_size when I create a php container in order to override php.ini configuration.

Also it will create a php.ini file in docker/php-fpm folder where I can override other parameters in the future.

lbassin commented 5 years ago

Adding extra configurations for php.ini is definitely a great idea :+1: