mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
add maildev to docker blocks (#42661)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This block starts a test SMTP server on port 1025 and UI on port 12080
|
||||
@@ -0,0 +1,5 @@
|
||||
maildev:
|
||||
image: maildev/maildev
|
||||
ports:
|
||||
- "12080:80"
|
||||
- "1025:25"
|
||||
Reference in New Issue
Block a user