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