Browse Source

add mailhog

Torben Höhn 6 năm trước cách đây
mục cha
commit
23c1c71b6f
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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'