summaryrefslogtreecommitdiffstats
path: root/docker/README.md
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-08-29 13:51:01 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-08-29 13:51:01 +0200
commit54e336be2cfa5c0298182d675b8ba785da850b52 (patch)
tree8c676dbf5d6fc029a068f2a6b7124e53b80dea55 /docker/README.md
parent20e317609d7c10923bbd257ef694963a473fce3d (diff)
parentece8a5d7e499f99c2171edbcf5e4dde455541912 (diff)
Merge branch 'sebastianrakel-issue-8_docker_sendmail' into dev
Diffstat (limited to 'docker/README.md')
-rw-r--r--docker/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/README.md b/docker/README.md
index 32a812cda..775afa1de 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -23,6 +23,11 @@ The PHP webserver is listening on ```8080```
- **FB_CONTACT_NAME:** Contact Name
- **FB_CONTACT_MAIL:** Contact E-Mail (will be used as email for the first user)
+- **FB_SMTP_HOST:** Address of the SMTP Server
+- **FB_SMTP_PORT:** Port for SMTP Server (default 587)
+- **FB_SMTP_USER:** Username for SMTP Server (will also be used as mail from)
+- **FB_SMTP_PASSWORD:** Password for the SMTP Server Useraccount
+
## First User
The first user is **admin** with the password **admin**