Hello all.
My Wordpress Docker works fine. but now i have a problem with the upload limit. i want to hit it up to about 40MB, now it is allmost 2MB.
adjust the wp-config.php dosnt work.
i dont found the php.ini in the wordpress folder.
also the .htaccess
and the support info from wordpress docker : https://hub.docker.com/_/wordpress/
See the "Configuration" section of the php image documentation.
For example, to adjust common php.ini flags like upload_max_filesize, you could create a custom.ini with the desired parameters and place it in the $PHP_INI_DIR/conf.d/ directory:
FROM wordpress:tag COPY custom.ini $PHP_INI_DIR/conf.d/
i dont know in wich folder i can create a custom.ini