diff options
Diffstat (limited to 'docker/README.md')
-rw-r--r-- | docker/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/README.md b/docker/README.md index 32a812cda..870591c9f 100644 --- a/docker/README.md +++ b/docker/README.md @@ -4,7 +4,7 @@ Filebin is a paste service developed by Florian Pritz [https://paste.xinu.at/](https://paste.xinu.at/) ## Dockerfile -[Dockerfile](https://git.server-speed.net/users/flo/filebin/tree/docker/Dockerfile) +[Dockerfile](https://github.com/Bluewind/filebin/blob/master/Dockerfile) ## Ports The PHP webserver is listening on ```8080``` @@ -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** |