Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 688 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 688 Bytes

NOTE: THIS REPO IS UNMAINTAINED, USE THE MAILHOG IMAGE

Docker pulls

Yappa Mailcatcher Docker Image

This adds mailcatcher and makes it available on on port 1080.

Usage

Add the following to your docker-compose.yml file:

mailcatcher:
    image: yappabe/mailcatcher
    ports:
        - 1025:1025
        - 1080:1080

Next, add this container to your php container's links.

You can now use mailcatcher as an smtp server, simply use 'mailcatcher', or whatever you named this container as host on port 1025.

References