Update readme/deploy

This commit is contained in:
Ian Kent 2014-12-31 17:43:52 +00:00
parent 1f6bac913b
commit 5241d83ac0
2 changed files with 3 additions and 2 deletions

View file

@ -15,6 +15,7 @@ Go was chosen for portability - MailHog runs without installation on multiple pl
1. Either: 1. Either:
* [Download the latest release](/docs/RELEASES.md) of MailHog for your platform * [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 * [Read the deployment guide](/docs/DEPLOY.md) for other deployment options
2. [Configure MailHog](/docs/CONFIG.md), or use the default settings: 2. [Configure MailHog](/docs/CONFIG.md), or use the default settings:
* the SMTP server will start on port 1025 * the SMTP server will start on port 1025

View file

@ -24,7 +24,7 @@ The example [Dockerfile](Dockerfile) can be used to run MailHog in a [Docker](ht
You can run it directly from Docker Hub (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 ### Elastic Beanstalk