From: Pablo Zmdl Date: Thu, 9 Jan 2025 11:06:43 +0000 (+0100) Subject: Re-word the hint on sqlite in prod environments X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4ac6c5ca98628ca1c3c3e4eff2484f7bc7262950;p=roundcube-roundcubemail-docker.git Re-word the hint on sqlite in prod environments --- diff --git a/README.md b/README.md index 057ef67..f05a1a5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ The following env variables can be set to configure your Roundcube Docker instan By default, the image will use a local SQLite database for storing user account metadata. It'll be created inside the container directory `/var/roundcube/db`. In order to persist the database, a volume -mount should be added to this path. Please note that this option should not be used for production environments. +mount should be added to this path. +(For production environments, please assess individually if SQLite is the right database choice.) ### Connect to a Database