Fix wrong env reference
This commit is contained in:
parent
9136d0ac5c
commit
cc995b2479
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ There are two environment variables introduced by this image:
|
||||||
|
|
||||||
* `RECONFIGURE`: If all defined environment should be re-applied to the provided `.tpl` files within the image. You probably want this to be `1` unless you mounted your `config/` folder on the host
|
* `RECONFIGURE`: If all defined environment should be re-applied to the provided `.tpl` files within the image. You probably want this to be `1` unless you mounted your `config/` folder on the host
|
||||||
* `MIGRATE`: Calls FileBin database migration every time the container is started and updates dependencies via `composer`
|
* `MIGRATE`: Calls FileBin database migration every time the container is started and updates dependencies via `composer`
|
||||||
* `SMTP_ENABLE`: Set to `true` in order to enable sending mails via an external SMTP server, set to `false` to use PHP's internal mailer, see other `SMTP_` variables in the `Dockerfile`
|
* `SMTP_ENABLED`: Set to `true` in order to enable sending mails via an external SMTP server, set to `false` to use PHP's internal mailer, see other `SMTP_` variables in the `Dockerfile`
|
||||||
|
|
||||||
### Setting up a nginx proxy
|
### Setting up a nginx proxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue