#Update php.ini when using Wordpress image

5 messages · Page 1 of 1 (latest)

sturdy cave
#

As title says, I need to update php.ini to these values:

RUN echo "upload_max_filesize = 128M" >> /usr/local/etc/php/php.ini
RUN echo "post_max_size = 128M" >> /usr/local/etc/php/php.ini
RUN echo "max_execution_time = 300" >> /usr/local/etc/php/php.ini
RUN echo "max_input_time = 300" >> /usr/local/etc/php/php.ini

How can I do this? I am using wordpress image, I do not have any code on local machine

tardy coveBOT
#

Project ID: 60d73e41-7abe-4350-85cb-32205ec70e33

sturdy cave
#

60d73e41-7abe-4350-85cb-32205ec70e33

severe seal
#

you can modify these things in the start command

sturdy cave
#

ah, got ya, thanks!