Sign inSign up

aerzas/mailcatcher

By aerzas

Updated about 2 months ago

Minimalist MailCatcher docker container image.

Image
Developer tools
Web servers
0

10K+

aerzas/mailcatcher repository overview

MailCatcher

Minimalist MailCatcher docker container image that requires no specific user or root permission to function.

Supported tags

Docker compose example

services:
    php:
        image: aerzas/mailcatcher:latest
        ports:
            - '1025:1025'
            - '1080:1080'
        healthcheck:
            test: ["CMD", "/scripts/docker-healthcheck.sh"]
            interval: 30s
            timeout: 1s
            retries: 3
            start_period: 5s

Tag summary

Content type

Image

Digest

sha256:b78957594

Size

62.3 MB

Last updated

about 2 months ago

docker pull aerzas/mailcatcher