From 191bbd9575603405d05277c1928fe6a6e9a7a3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Oct 2016 13:12:21 +0200 Subject: [PATCH] Adjust documentation to match current Docker container MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/setup.rst b/doc/setup.rst index 474a93e866..8fe30541f0 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -157,11 +157,11 @@ By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and documentation for `MariaDB container `_ or `MySQL container `_. -Additionally configuration can be tweaked by :file:`/config.user.inc.php`. If +Additionally configuration can be tweaked by :file:`/www/config.user.inc.php`. If this file exists, it will be loaded after configuration generated from above environment variables, so you can override any configuration variable. This configuraiton can be added as a volume when invoking docker using -`-v /some/local/directory/config.user.inc.php:/config.user.inc.php` parameters. +`-v /some/local/directory/config.user.inc.php:/www/config.user.inc.php` parameters. .. seealso::