From f05a8006ee7e00952054b326eee38cd0e511a782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Oct 2016 13:19:20 +0200 Subject: [PATCH] Document Docker volumes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/setup.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index 8fe30541f0..0d81254226 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -167,6 +167,20 @@ configuraiton can be added as a volume when invoking docker using See :ref:`config` for detailed description of configuration options. +Docker Volumes +-------------- + +You can use following volumes to customise image behavior: + +:file:`/www/config.user.inc.php` + + Can be used for additional settings, see previous chapter for more details. + +:file:`/sessions/` + + Directory where PHP sessions are stored. You might want to share this + for example when uswing :ref:`auth_signon`. + Docker Examples ---------------