Add text on necessity of all database env-vars in README (#1361)

Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com>
This commit is contained in:
kitkittia 2021-01-14 16:52:10 +00:00 committed by GitHub
parent aa48d5145f
commit b0920f4087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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