Document new docker settings

See https://github.com/phpmyadmin/docker/pull/22

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-15 17:30:26 +01:00
parent c856ad73f4
commit 004598527a

View File

@ -146,6 +146,14 @@ environment variables:
The fully-qualified path (``https://pma.example.net/``) where the reverse
proxy makes phpMyAdmin available.
.. envvar:: PHP_UPLOAD_MAX_FILESIZE
Define upload_max_filesize and post_max_size PHP settings.
.. envvar:: PHP_MAX_INPUT_VARS
Define max_input_vars PHP setting.
By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and
:envvar:`PMA_PASSWORD` are set, it is switched to :ref:`auth_config`.