Explorar el Código

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

Mark Shust hace 6 años
padre
commit
e1179e74be
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  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'