Skip to content

Latest commit

 

History

History
30 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

30 lines (13 loc) · 437 Bytes

devops-mailhog

A simple mailhog stack with auth thue an htaccess in file

auth setting

  • Users are define in auth_file.txt

  • the Default user is test:test

    test:$2a$04$qxRo.ftFoNep7ld/5jfKtuBTnGqff/fZVyj53mUC5sVf9dtDLAi/S

Edit auth_file.txt for set users

mailhog doc about auth

https://github.com/mailhog/MailHog/blob/master/docs/Auth.md

launch the stack

docker-compose up -d

or

dc up -d