Add SERVER_HOSTNAME env var to example.
This commit is contained in:
parent
405e630278
commit
80aa714556
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ To use this container from anywhere, the 25 port needs to be exposed to the dock
|
|||
-e SMTP_SERVER=smtp.bar.com \
|
||||
-e SMTP_USERNAME=foo@bar.com \
|
||||
-e SMTP_PASSWORD=XXXXXXXX \
|
||||
-e SERVER_HOSTNAME=helpdesk.mycompany.com \
|
||||
juanluisbaptiste/postfix
|
||||
|
||||
If you are going to use this container from other docker containers then it's better to just publish the port:
|
||||
|
|
Loading…
Reference in a new issue