From ca3d095d359a0a2988bc5f54029c925a14ee9a21 Mon Sep 17 00:00:00 2001 From: muxator Date: Tue, 21 Apr 2020 04:24:32 +0200 Subject: [PATCH] docker: in the db documentation, specify that we are not going to include every single variable a driver may want --- doc/docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/docker.md b/doc/docker.md index baa8acf75..08e45e1e7 100644 --- a/doc/docker.md +++ b/doc/docker.md @@ -76,6 +76,8 @@ The `settings.json.docker` available by default enables some configuration to be * `DB_CHARSET`: the character set for the tables (only required for MySQL) * `DB_FILENAME`: in case `DB_TYPE` is `DirtyDB`, the database filename. Default: `var/dirty.db` +If your database needs additional settings, you will have to use a personalized `settings.json.docker` and rebuild the container (or otherwise put the updated `settings.json` inside your image). + ### Skins