mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-23 18:34:54 +01:00
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:
parent
aa48d5145f
commit
b0920f4087
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue