From b0920f40878778759a743c9af0f28778454293e7 Mon Sep 17 00:00:00 2001 From: kitkittia <71378354+kitkittia@users.noreply.github.com> Date: Thu, 14 Jan 2021 16:52:10 +0000 Subject: Add text on necessity of all database env-vars in README (#1361) Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 851ae54a..76d91af4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ $ docker-compose exec --user www-data app php occ ``` ## Auto configuration via environment variables -The Nextcloud image supports auto configuration via environment variables. You can preconfigure everything that is asked on the install page on first run. To enable auto configuration, set your database connection via the following environment variables. ONLY use one database type! +The Nextcloud image supports auto configuration via environment variables. You can preconfigure everything that is asked on the install page on first run. To enable auto configuration, set your database connection via the following environment variables. You must specify all of the environment variables for a given database or the database environment variables defaults to SQLITE. ONLY use one database type! __SQLite__: - `SQLITE_DATABASE` Name of the database using sqlite -- cgit v1.2.3