Minimalist MailCatcher docker container image.
10K+
Minimalist MailCatcher docker container image that requires no specific user or root permission to function.
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
Content type
Image
Digest
sha256:b78957594…
Size
62.3 MB
Last updated
about 2 months ago
docker pull aerzas/mailcatcher