Fix SQLite paragraph title

This commit is contained in:
J0WI 2019-05-05 17:35:28 +02:00 committed by GitHub
parent a2d0c57921
commit 260de1e357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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__: