Sign inSign up

strayer/mailcatcher

By strayer

Updated about 6 years ago

A simple Dockerfile for MailCatcher

Image
0

280

strayer/mailcatcher repository overview

Mailcatcher

Travis (.com) Docker Build Status MicroBadger Size

A tiny docker image for MailCatcher.

Usage

docker
docker run -p 1080:1080 -p 1025:1025 strayer/mailcatcher
docker-compose
services:
  mailcatcher:
    image: strayer/mailcatcher
    ports:
      - "1080:1080"

Your other services can then access the SMTP port on hostname mailcatcher.

Tag summary

Content type

Image

Digest

Size

31.6 MB

Last updated

about 6 years ago

docker pull strayer/mailcatcher