summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitkittia <71378354+kitkittia@users.noreply.github.com>2021-01-14 16:52:10 +0000
committerGitHub <noreply@github.com>2021-01-14 16:52:10 +0000
commitb0920f40878778759a743c9af0f28778454293e7 (patch)
tree2a98ad98c8643618548532be8a40bfc19f67c006
parentaa48d5145f8b9d2774bf747077e1f00fb64b47e4 (diff)
Add text on necessity of all database env-vars in README (#1361)
Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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