From 5cde059f216f2666da35215c8a35182a5cd4b764 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 4 Dec 2021 20:51:15 +0200 Subject: [PATCH] docs(docker): display correct variable for certificates (#3723) Docker image and compose file uses `LE_EMAIL` and not `LETSENCRYPT_EMAIL` Co-authored-by: Matthew Penner --- .github/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docker/README.md b/.github/docker/README.md index 434e509d..d8e9f9c1 100644 --- a/.github/docker/README.md +++ b/.github/docker/README.md @@ -33,7 +33,7 @@ Note: If your `APP_URL` starts with `https://` you need to provide an `LETSENCRY | ------------------- | ------------------------------------------------------------------------------ | -------- | | `APP_URL` | The URL the panel will be reachable with (including protocol) | yes | | `APP_TIMEZONE` | The timezone to use for the panel | yes | -| `LETSENCRYPT_EMAIL` | The email used for letsencrypt certificate generation | yes | +| `LE_EMAIL` | The email used for letsencrypt certificate generation | yes | | `DB_HOST` | The host of the mysql instance | yes | | `DB_PORT` | The port of the mysql instance | yes | | `DB_DATABASE` | The name of the mysql database | yes |