Skip to content

Instantly share code, notes, and snippets.

@megos
Created April 4, 2019 09:22
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 megos/3938416f6eefc2928550d5bcb60dd0c8 to your computer and use it in GitHub Desktop.
Save megos/3938416f6eefc2928550d5bcb60dd0c8 to your computer and use it in GitHub Desktop.
MailCatcher docker-compose
smtp:
image: schickling/mailcatcher
ports:
- "1080:1080" # web
- "1025:1025" # smtp
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment