Skip to content

Instantly share code, notes, and snippets.

@r-winkler
Created September 1, 2016 06:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-winkler/b6f161dfd6466b1d3a5127bfa496b649 to your computer and use it in GitHub Desktop.
Save r-winkler/b6f161dfd6466b1d3a5127bfa496b649 to your computer and use it in GitHub Desktop.
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