From 9c385e01ebec46b1872370aa980098369ed4196f Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Thu, 12 Jul 2018 11:36:39 +0100 Subject: [PATCH] Improve appearance on Docker Hub description --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b35544c..6ad9a03 100644 --- a/README.md +++ b/README.md @@ -26,14 +26,16 @@ to send outgoing email. The SMTP container sends email out directly. ``` docker run --restart always --name mail -d bytemark/smtp + ``` -Via Docker Compose: +#### Via Docker Compose: ``` mail: image: bytemark/smtp restart: always + ``` ### SMTP smart host @@ -48,9 +50,10 @@ docker run --restart always --name mail -d bytemark/smtp \ -e RELAY_PORT=587 \ -e RELAY_USERNAME=alice@example.com \ -e RELAY_PASSWORD=secretpassword + ``` -Via Docker Compose: +#### Via Docker Compose: ``` mail: @@ -61,6 +64,7 @@ Via Docker Compose: RELAY_PORT: 587 RELAY_USERNAME: alice@example.com RELAY_PASSWORD: secretpassword + ``` ### Environment variables