This commit is contained in:
Geraint Edwards 2021-09-29 23:14:09 +01:00
commit 4231f068f1
No known key found for this signature in database
GPG key ID: 662262F0980FAEAC

View file

@ -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)