landx-id / mailhog-basic-auth-docker

Docker Image Mailhog with Basic Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MailHog with Basic Auth Enabled

MailHog is disabled its auth feature by default https://github.com/mailhog/MailHog/blob/master/docs/Auth.md. This image is meant to enable Auth by default

Usage

~$ docker run landx/mailhog-basic-auth:latest -e username=myUsername -e password=myPassword

The command above will run MailHog container with username myUsername and password myPassword

About

Docker Image Mailhog with Basic Auth


Languages

Language:Shell 61.1%Language:Dockerfile 38.9%