HOW TO SET MAX_UPLOAD_FILESIZE
mgutierrez2013
FREEOP

a year ago

HOW TO SET MAX_UPLOAD_FILESIZE IN PHPMYADMIN CONTAINER

$10 Bounty

2 Replies

mjablonski
PRO

a year ago

You have to set it via a environment variable:

UPLOAD_LIMIT (see https://hub.docker.com/%5F/phpmyadmin/)


muhammadabdullahdogar
FREE

a year ago

To set max_upload_filesize in a phpMyAdmin Docker container, you need to adjust the PHP configuration used by the container.

Some phpMyAdmin Docker images support environment variables like PHP_UPLOAD_MAX_FILESIZE or PHP_POST_MAX_SIZE, but this is not always the case.

Check your image docs first, but most likely, you need to customize php.ini.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...