From 260de1e3572338a73d56d276a23ccb65ac5f3919 Mon Sep 17 00:00:00 2001 From: J0WI Date: Sun, 5 May 2019 17:35:28 +0200 Subject: [PATCH] Fix SQLite paragraph title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c1545..e4cdaa2 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,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! -__SQLITE_DATABASE__: +__SQLite__: - `SQLITE_DATABASE` Name of the database using sqlite __MYSQL/MariaDB__: