Skip to content

Instantly share code, notes, and snippets.

@elvinlari
Created September 22, 2022 17:11
Show Gist options
  • Save elvinlari/dff2625a0d44d3c9df0243afe37f8c28 to your computer and use it in GitHub Desktop.
Save elvinlari/dff2625a0d44d3c9df0243afe37f8c28 to your computer and use it in GitHub Desktop.
Mailhog service
mailhog:
image: mailhog/mailhog:latest
container_name: mailhog
logging:
driver: 'none'
ports:
- 1025:1025
- 8025:8025
networks:
- laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment