Browse Source

Merge branch 'feature/mailhog' of https://github.com/torhoehn/docker-magento into torhoehn-feature/mailhog

Mark Shust 6 years ago
parent
commit
e1179e74be
1 changed files with 6 additions and 0 deletions
  1. 6 0
      compose/magento-2/docker-compose.dev.yml

+ 6 - 0
compose/magento-2/docker-compose.dev.yml

@@ -26,3 +26,9 @@ services:
   # Disabling cron by default as it uses higher CPU, enable if needed
   #cron:
   #  volumes: *appvolumes
+
+  mailhog:
+    image: mailhog/mailhog
+    ports:
+      - '1025:1025'
+      - '8025:8025'