aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-11-23 15:21:48 -0500
committerLibravatar GitHub <noreply@github.com>2021-11-23 15:21:48 -0500
commit089df140fdb3003325e190fba11f63e77c02ef22 (patch)
tree3fb56aeb380f7b973186e3ebc0481d82166cf2bc /docker
parentFix spelling (diff)
downloadferdium-server-089df140fdb3003325e190fba11f63e77c02ef22.tar.gz
ferdium-server-089df140fdb3003325e190fba11f63e77c02ef22.tar.zst
ferdium-server-089df140fdb3003325e190fba11f63e77c02ef22.zip
Fix spelling
SMTP misspelled.
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index d4450de..2d5e6ba 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -44,7 +44,7 @@ To create the docker container with the proper parameters:
44 -e DB_DATABASE=<yourdbdatabase> \ 44 -e DB_DATABASE=<yourdbdatabase> \
45 -e DB_SSL=false \ 45 -e DB_SSL=false \
46 -e MAIL_CONNECTION=smtp \ 46 -e MAIL_CONNECTION=smtp \
47 -e SMPT_HOST=<smtpmailserver> \ 47 -e SMTP_HOST=<smtpmailserver> \
48 -e SMTP_PORT=<smtpport> \ 48 -e SMTP_PORT=<smtpport> \
49 -e MAIL_SSL=true/false \ 49 -e MAIL_SSL=true/false \
50 -e MAIL_USERNAME=<yourmailusername> \ 50 -e MAIL_USERNAME=<yourmailusername> \
@@ -88,7 +88,7 @@ Container images are configured using parameters passed at runtime (such as thos
88| `-e DB_DATABASE=<databasename>` | for specifying the database name to be used, default is ferdi | 88| `-e DB_DATABASE=<databasename>` | for specifying the database name to be used, default is ferdi |
89| `-e DB_SSL=false` | true only if your database is postgres and it is hosted online, on platforms like GCP, AWS, etc | 89| `-e DB_SSL=false` | true only if your database is postgres and it is hosted online, on platforms like GCP, AWS, etc |
90| `-e MAIL_CONNECTION=<mailsender>` | for specifying the mail sender to be used, default is smtp | 90| `-e MAIL_CONNECTION=<mailsender>` | for specifying the mail sender to be used, default is smtp |
91| `-e SMPT_HOST=<smtpmailserver>` | for specifying the mail host to be used, default is 127.0.0.1 | 91| `-e SMTP_HOST=<smtpmailserver>` | for specifying the mail host to be used, default is 127.0.0.1 |
92| `-e SMTP_PORT=<smtpport>` | for specifying the mail port to be used, default is 2525 | 92| `-e SMTP_PORT=<smtpport>` | for specifying the mail port to be used, default is 2525 |
93| `-e MAIL_SSL=true/false` | for specifying SMTP mail security, default is false | 93| `-e MAIL_SSL=true/false` | for specifying SMTP mail security, default is false |
94| `-e MAIL_USERNAME=<yourmailusername>` | for specifying your mail username to be used, default is username | 94| `-e MAIL_USERNAME=<yourmailusername>` | for specifying your mail username to be used, default is username |