mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +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:
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue