From: tazle Date: Thu, 5 Nov 2020 07:18:47 +0000 (+0200) Subject: Fix default DB path in README X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8cf20dfb82bfc1f0af11f086136e24bc87eed8db;p=roundcube-roundcubemail-docker.git Fix default DB path in README --- diff --git a/README.md b/README.md index e39801c..cdfe497 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ The following env variables can be set to configure your Roundcube Docker instan `ROUNDCUBEMAIL_UPLOAD_MAX_FILESIZE` - File upload size limit; defaults to `5M` By default, the image will use a local SQLite database for storing user account metadata. -It'll be created inside the `/var/www/html` directory and can be backed up from there. Please note that +It'll be created inside the `/var/roundcube/db` directory and can be backed up from there. Please note that this option should not be used for production environments. ### Connect to a Database