Skip to content

Commit

Permalink
Merge pull request #93 from espen/patch-2
Browse files Browse the repository at this point in the history
added info about starting mailhog service with brew
  • Loading branch information
ian-kent committed Jul 7, 2016
2 parents 2590dc6 + b4b5070 commit 510c5ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/templates/mailhog.init.j2)
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

The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](https://www.docker.com/) container.
Expand Down

0 comments on commit 510c5ed

Please sign in to comment.