From 0c043ca97c595e44570fd817bd78f55a6bd8decb Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Sun, 3 May 2015 00:32:50 -0500 Subject: [PATCH] Fix typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf85a8c..7ee9210 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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 \ - juanuisbaptiste/postfix + juanluisbaptiste/postfix If you are going to use this container from other docker containers then it's better to just publish the port: @@ -34,7 +34,7 @@ If you are going to use this container from other docker containers then it's be -e SMTP_SERVER=smtp.bar.com \ -e SMTP_USERNAME=foo@bar.com \ -e SMTP_PASSWORD=XXXXXXXX \ - juanuisbaptiste/postfix + juanluisbaptiste/postfix #### A note about using gmail as a relay