浏览代码

Add hint for SQLite volume

J0WI 6 年之前
父节点
当前提交
f650a7f3a8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      postfixadmin/content.md

+ 1 - 1
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.