mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-27 16:24:04 +00:00
added info about starting mailhog service with brew
This commit is contained in:
parent
9976d0251c
commit
b4b5070d40
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ MailHog can be started as a daemon using supervisord/upstart/etc.
|
||||||
See [this example init script](https://github.com/geerlingguy/ansible-role-mailhog/blob/master/files/mailhog)
|
See [this example init script](https://github.com/geerlingguy/ansible-role-mailhog/blob/master/files/mailhog)
|
||||||
and [this Ansible role](https://github.com/geerlingguy/ansible-role-mailhog) by [geerlingguy](https://github.com/geerlingguy).
|
and [this Ansible role](https://github.com/geerlingguy/ansible-role-mailhog) by [geerlingguy](https://github.com/geerlingguy).
|
||||||
|
|
||||||
|
If installed with Homebrew on OSX you can have launchd start mailhog now and restart at login:
|
||||||
|
brew services start mailhog
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](https://www.docker.com/) container.
|
The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](https://www.docker.com/) container.
|
||||||
|
|
Loading…
Reference in a new issue