From 606dbf8e0a1fdb5b969537760069d0a95230c195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 7 Apr 2017 15:19:52 +0200 Subject: [PATCH] Add documentation for PMA_HOSTS variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/phpmyadmin/docker/pull/116 Signed-off-by: Michal Čihař --- doc/setup.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index 7638fe17e3..e971284120 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -209,6 +209,12 @@ You can configure several phpMyAdmin features using environment variables: Port of the database server to use. +.. envvar:: PMA_HOSTS + + Comma-separated ports of the database server to use. + + .. note:: Used only if :envvar:`PMA_PORT` is empty. + .. envvar:: PMA_ABSOLUTE_URI The fully-qualified path (``https://pma.example.net/``) where the reverse