•
TL;DR: To increase the WordPress file upload limit when using the official Docker image, create an .ini file with the desired limits, mount it via a Docker volume, and override the container’s ENTRYPOINT to copy it into place before startup. Do a quick Google search on increasing the max file upload size in WordPress…