From 78f64ee5ce0e139007782e5b1fb290b14c9256d5 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Mon, 23 Dec 2019 14:57:44 +0100 Subject: [PATCH] Add a new ENV Signed-off-by: William Desportes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d21f52a0..9905f5c5 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Set the variable ``PMA_ABSOLUTE_URI`` to the fully-qualified path (``https://pma * ``PMA_USER`` and ``PMA_PASSWORD`` - define username to use for config authentication method * ``PMA_ABSOLUTE_URI`` - define user-facing URI * ``HIDE_PHP_VERSION`` - if defined, will hide the php version (`expose_php = Off`). Set to any value (such as HIDE_PHP_VERSION=true). +* ``UPLOAD_LIMIT`` - if set, will override the default value for nginx and php-fpm (default value is 2048 kb) For usage with Docker secrets, appending ``_FILE`` to any environment variable is allowed: ```