mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
Fix Typo
This commit is contained in:
parent
4fd6a1186c
commit
01a12b18f6
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ or for docker-compose:
|
|||
$ docker-compose exec --user www-data app php occ
|
||||
```
|
||||
|
||||
## Auto configuration via envorinment 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!
|
||||
|
||||
__SQLITE_DATABASE__:
|
||||
|
|
Loading…
Reference in a new issue