Skip to navigation
Increase memory_limit for my docker php.ini
01.08.25
create a php.ini file ``` memory_limit = 2G post_max_size = 2G upload_max_filesize = 2G max_execution_time = 3000 ``` set the php.ini into the docker-compose ``` wpcli: image: wordpress:cli container_name: wpcli volumes: - ./wordpress:/var/www/html - ./etc/php.ini:/usr/local/etc/php/conf.d/custom.ini ```
https://wp-cli.org/
Reply
Anonymous
Information Epoch 1754121767
Make every program a filter.
Home
Notebook
Contact us