mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Update readme/deploy
This commit is contained in:
parent
1f6bac913b
commit
5241d83ac0
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ Go was chosen for portability - MailHog runs without installation on multiple pl
|
|||
|
||||
1. Either:
|
||||
* [Download the latest release](/docs/RELEASES.md) of MailHog for your platform
|
||||
* [Run it from Docker Hub](https://registry.hub.docker.com/u/mailhog/mailhog/) or using the provided [Dockerfile](Dockerfile)
|
||||
* [Read the deployment guide](/docs/DEPLOY.md) for other deployment options
|
||||
2. [Configure MailHog](/docs/CONFIG.md), or use the default settings:
|
||||
* the SMTP server will start on port 1025
|
||||
|
|
|
@ -22,9 +22,9 @@ and [this Ansible role](https://github.com/geerlingguy/ansible-role-mailhog) by
|
|||
|
||||
The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](https://www.docker.com/) container.
|
||||
|
||||
You can run it directly from DockerHub (thanks [humboldtux](https://github.com/humboldtux))
|
||||
You can run it directly from Docker Hub (thanks [humboldtux](https://github.com/humboldtux))
|
||||
|
||||
docker run -d -p 1025:1025 -p 8025:8025 humboldtux/mailhog
|
||||
docker run -d -p 1025:1025 -p 8025:8025 mailhog/mailhog
|
||||
|
||||
### Elastic Beanstalk
|
||||
|
||||
|
|
Loading…
Reference in a new issue