summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2019-05-05 17:35:28 +0200
committerGitHub <noreply@github.com>2019-05-05 17:35:28 +0200
commit260de1e3572338a73d56d276a23ccb65ac5f3919 (patch)
treeb97a2badf235de49d33cb0044335454a05d83ad1 /README.md
parenta2d0c579210a72408a98c12f25ddd7a6620035f0 (diff)
Fix SQLite paragraph title
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 88c15454..e4cdaa21 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__: