Adjust documentation to match current Docker container

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-10-18 13:12:21 +02:00
parent 4d4d31774d
commit 191bbd9575

View File

@ -157,11 +157,11 @@ By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and
documentation for `MariaDB container <https://hub.docker.com/r/_/mariadb/>`_
or `MySQL container <https://hub.docker.com/r/_/mysql/>`_.
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::