Add new Docker ENVs to the documentation

Ref:
- https://github.com/phpmyadmin/docker/pull/384
- https://github.com/phpmyadmin/docker/pull/381

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2022-11-25 17:57:06 +01:00
parent 1e1313825a
commit efae3a98e0
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -307,6 +307,17 @@ You can configure several phpMyAdmin features using environment variables:
If set, this option will override the default `config.user.inc.php` with the base64 decoded contents of the variable.
.. envvar:: PMA_UPLOADDIR
If set, this option will set the path where files can be saved to be available to import (:config:option:`$cfg['UploadDir']`)
.. envvar:: PMA_SAVEDIR
If set, this option will set the path where exported files can be saved (:config:option:`$cfg['SaveDir']`)
.. envvar:: APACHE_PORT
If set, this option will change the default Apache port from `80` in case you want it to run on a different port like an unprivileged port. Set to any port value (such as `APACHE_PORT=8090`).
By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and
:envvar:`PMA_PASSWORD` are set, it is switched to :ref:`auth_config`.