From f650a7f3a85acf13b4191aa27518dcdd408bee7d Mon Sep 17 00:00:00 2001 From: J0WI Date: Fri, 4 Jan 2019 13:05:25 +0100 Subject: [PATCH] Add hint for SQLite volume --- postfixadmin/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfixadmin/content.md b/postfixadmin/content.md index 23067af80..46227f2f7 100644 --- a/postfixadmin/content.md +++ b/postfixadmin/content.md @@ -26,7 +26,7 @@ $ docker run -e POSTFIXADMIN_DB_TYPE=mysqli \ - pgsql - sqlite -Note: An SQLite database is used as a fallback if you do not have a config.local.php and do not specify the above variables. +Note: An SQLite database is not recommend but used as a fallback if you do not have a config.local.php and do not specify the above variables. Do not forget to add a volume for the SQLite path. You can also specify a `POSTFIXADMIN_SETUP_PASSWORD` environment variable.