add maildev to docker blocks (#42661)

This commit is contained in:
Yuriy Tseretyan
2021-12-02 19:45:56 -05:00
committed by GitHub
parent e07abd76c0
commit cdfb2d02d5
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
This block starts a test SMTP server on port 1025 and UI on port 12080

View File

@@ -0,0 +1,5 @@
maildev:
image: maildev/maildev
ports:
- "12080:80"
- "1025:25"