0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-16 16:14:47 +02:00

Add text on necessity of all database env-vars in README

Signed-off-by: kitkittia <71378354+kitkittia@users.noreply.github.com>
This commit is contained in:
kitkittia 2021-01-08 09:09:44 +00:00
parent 131a681196
commit 45caa9da8a

View file

@ -101,7 +101,7 @@ $ docker-compose exec --user www-data app php occ
``` ```
## Auto configuration via environment variables ## 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__:
- `SQLITE_DATABASE` Name of the database using sqlite - `SQLITE_DATABASE` Name of the database using sqlite