Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 948 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 948 Bytes

mailcatcher docker image (works with docker-compose)

It is a very small image (~34 MB uncompressed) available on docker hub based on Alpine Linux and using the last available release from the official Github repo of [MailHog][mailhog].

Usage

Get it:

git clone https://github.com/dcnl1980/docker-mailcatcher.git

Build it:

docker-compose build

Run it:

docker-compose up

Then you can send emails from your app to port 1025 and check out the web interface: http://<your docker host>:1080/. Or link this container to your webdevelopment container.