Fix markdown syntax

This commit is contained in:
Bubka
2024-05-15 09:11:24 +02:00
parent 243313bda0
commit a9b1a20f30
2 changed files with 11 additions and 11 deletions

View File

@@ -117,14 +117,14 @@ There are the following build arguments you can use to customize the image using
| Build argument | Recommendation | Description |
| --- | --- | --- |
| MAIL_MAILER | SMTP | The driver type |
| MAIL_HOST | smtp.yourdomain.com | The SMTP hostname |
| MAIL_PORT | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
| MAIL_USERNAME | 2fauth@yourdomain.com | The SMTP username |
| MAIL_PASSWORD | password1234 | The SMTP password |
| MAIL_ENCRYPTION | TLS | The encrytion type (TLS -> STARTTLS) or SSL |
| MAIL_FROM_NAME | 2FAuth | The sender name |
| MAIL_FROM_ADDRESS | 2fauth@yourdomain.com | The sender adress |
| `MAIL_MAILER` | `SMTP` | The driver type |
| `MAIL_HOST` | `smtp.yourdomain.com` | The SMTP hostname |
| `MAIL_PORT` | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
| `MAIL_USERNAME` | `2fauth@yourdomain.com` | The SMTP username |
| `MAIL_PASSWORD` | `password1234` | The SMTP password |
| `MAIL_ENCRYPTION` | `TLS` | The encrytion type (TLS -> STARTTLS) or SSL |
| `MAIL_FROM_NAME` | `2FAuth` | The sender name |
| `MAIL_FROM_ADDRESS` | `2fauth@yourdomain.com` | The sender adress |
Example: