how do I change:
upload_max_filesize;
post_max_size;
max_execution_size?
I couldn't find a php.ini file in the usual places when exec'ed into the container. I don't imagine that's the preferred way to do it anyway. Is there an environment variable?
Thank You!