Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 347 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 347 Bytes

mailhog-docker

MailHog in a tiny Docker image powered by Alpine Linux

How to use this image

Print help:

docker run --rm diyan/mailhog --help

Run MailHog:

docker run -d --name=mailhog \
  -p 1025:1025 \
  -p 8025:8025 \
  diyan/mailhog

Access to Web UI using your browser:

firefox http://localhost:8025