From a9e020657b6df9004a76b535ee00f60000b31bcc Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 29 Jul 2021 18:42:16 +0200 Subject: [PATCH] fix: update docs for mailhog (#43072) --- docs/how-to-catch-outgoing-emails-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-catch-outgoing-emails-locally.md b/docs/how-to-catch-outgoing-emails-locally.md index 925c81822d..ed396c9937 100644 --- a/docs/how-to-catch-outgoing-emails-locally.md +++ b/docs/how-to-catch-outgoing-emails-locally.md @@ -18,7 +18,7 @@ MailHog can be installed on macOS, Windows and Linux or used via Docker If you have Docker installed then you can use ```bash -docker run -d --name mailhog --rm mailhog/mailhog +docker run -d --name mailhog --network host --rm mailhog/mailhog ``` to start MailHog in the background and