Replies: 1 comment 1 reply
-
See "Configuring PHP directives" from https://hub.docker.com/_/wordpress (https://github.com/docker-library/docs/tree/master/wordpress#configuring-php-directives). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions