Fix wrong env reference

This commit is contained in:
Varakh 2019-12-18 21:36:55 +01:00
parent 9136d0ac5c
commit cc995b2479

View file

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