Skip to content

Instantly share code, notes, and snippets.

@denalena
Created December 5, 2019 10:26
Show Gist options
  • Save denalena/c48d8e51056836ffea4885fc981e0b31 to your computer and use it in GitHub Desktop.
Save denalena/c48d8e51056836ffea4885fc981e0b31 to your computer and use it in GitHub Desktop.
Useful docker snippets
# run mailhog
docker run -d --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