From 45caa9da8aeba417449077a9b86c4c898adcf423 Mon Sep 17 00:00:00 2001 From: kitkittia <71378354+kitkittia@users.noreply.github.com> Date: Fri, 8 Jan 2021 09:09:44 +0000 Subject: [PATCH] Add text on necessity of all database env-vars in README 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 6985c4b1..ac43e545 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