Re-word the hint on sqlite in prod environments
authorPablo Zmdl <redacted>
Thu, 9 Jan 2025 11:06:43 +0000 (12:06 +0100)
committerPablo Zmdl <redacted>
Thu, 9 Jan 2025 11:06:43 +0000 (12:06 +0100)
README.md

index 057ef673d34bc7ce8b72c1c34defaf1fcced9fe8..f05a1a528756ee93fa44cea763f8286e9b5cfa9a 100644 (file)
--- 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
 
git clone https://git.99rst.org/PROJECT