fix: update docs for mailhog (#43072)
This commit is contained in:
committed by
GitHub
parent
b123c7a1ba
commit
a9e020657b
@ -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
|
If you have Docker installed then you can use
|
||||||
|
|
||||||
```bash
|
```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
|
to start MailHog in the background and
|
||||||
|
Reference in New Issue
Block a user