A mailcatcher image to use for development environments.
468
A Docker mailcatcher image to use for development environments.
Link this service to another one that use it as an SMTP server.
Example with docker-compose:
webapp:
/*
* Define the "webapp" service here
*/
links:
- mailcatcher
mailcatcher:
image: alexisno/mailcatcher-dev
ports:
- "1080:1080"
Within the webapp container, the SMTP service will be available at the address mailcatcher:1025.
Visit http://localhost:1080 to see the catched emails.
Content type
Image
Digest
sha256:e522fdfeb…
Size
124.4 MB
Last updated
almost 11 years ago
docker pull alexisno/mailcatcher