Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created September 1, 2016 06:57
Embed
What would you like to do?
docker run -d \
--restart unless-stopped \
--name mailhog \
-p 1025:1025 \
-p 8025:8025 \
mailhog/mailhog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment