mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Merge branch 'master' of https://github.com/pmhausen/MailHog
This commit is contained in:
commit
4231f068f1
1 changed files with 7 additions and 0 deletions
|
@ -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
|
~/go/bin/MailHog
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### FreeBSD
|
||||||
|
```bash
|
||||||
|
pkg install mailhog
|
||||||
|
sysrc mailhog_enable="YES"
|
||||||
|
service mailhog start
|
||||||
|
```
|
||||||
|
|
||||||
#### Docker
|
#### Docker
|
||||||
[Run it from Docker Hub](https://registry.hub.docker.com/r/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
|
[Run it from Docker Hub](https://registry.hub.docker.com/r/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue