Skip to content

Commit 5cde059

Browse files
trenutoomatthewpi
andauthored
docs(docker): display correct variable for certificates (pterodactyl#3723)
Docker image and compose file uses `LE_EMAIL` and not `LETSENCRYPT_EMAIL` Co-authored-by: Matthew Penner <me@matthewp.io>
1 parent 0db772a commit 5cde059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Note: If your `APP_URL` starts with `https://` you need to provide an `LETSENCRY
3333
| ------------------- | ------------------------------------------------------------------------------ | -------- |
3434
| `APP_URL` | The URL the panel will be reachable with (including protocol) | yes |
3535
| `APP_TIMEZONE` | The timezone to use for the panel | yes |
36-
| `LETSENCRYPT_EMAIL` | The email used for letsencrypt certificate generation | yes |
36+
| `LE_EMAIL` | The email used for letsencrypt certificate generation | yes |
3737
| `DB_HOST` | The host of the mysql instance | yes |
3838
| `DB_PORT` | The port of the mysql instance | yes |
3939
| `DB_DATABASE` | The name of the mysql database | yes |

0 commit comments

Comments
 (0)