Skip to content

190K pulls on Docker Hub - smallest mailcatcher Docker image available (12 MB compressed / 31.3 MB uncompressed) 🐳

License

Notifications You must be signed in to change notification settings

rordi/docker-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

rordi/docker-mailcatcher

A lightweight Docker image with mailcatcher. The smallest mailcatcher Docker image to date with just 12 MB compressed / 31.3 MB uncompressed.

You can pull the image from the Docker registry and run with:

docker run -d -p 1080:1080 --name mailcatcher rordi/docker-mailcatcher 

To install the image into your network with docker-compose, simply add the following lines to your docker-compose.yml and adjust the network id:

mailcatcher:
  image: rordi/docker-mailcatcher
  container_name: mailcatcher
  ports:
    - 1080:1080
  networks:
   - yournetworkid

Finally, confiugure your application to use the Mailcatcher SMTP on port 1025, e.g. host: mailcatcher:1025. You can access the catched emails on the web GUI via http://localhost:1080.

Please refer to the mailcatcher website for more information.

About

190K pulls on Docker Hub - smallest mailcatcher Docker image available (12 MB compressed / 31.3 MB uncompressed) 🐳

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published