Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pmhausen/MailHog
Browse files Browse the repository at this point in the history
  • Loading branch information
gedge committed Sep 29, 2021
2 parents 0670c22 + caec217 commit 4231f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ E.g. the path to Go's bin files on Ubuntu is `~/go/bin/`, so to start the MailHo
~/go/bin/MailHog
```

#### FreeBSD
```bash
pkg install mailhog
sysrc mailhog_enable="YES"
service mailhog start
```

#### Docker
[Run it from Docker Hub](https://registry.hub.docker.com/r/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)

Expand Down

0 comments on commit 4231f06

Please sign in to comment.