Add hint for SQLite volume

This commit is contained in:
J0WI 2019-01-04 13:05:25 +01:00
parent be39946abe
commit f650a7f3a8
1 changed files with 1 additions and 1 deletions

View File

@ -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.