serverctl/registry/mailhog.json

13 lines
288 B
JSON
Raw Normal View History

2022-10-13 21:17:53 +00:00
{
"$type": "service",
"name": "mailhog",
"description": "SMTP server that holds e-mail for debugging",
"tags": [ "app", "mail", "smtp" ],
"author": null,
"image": "mailhog/mailhog",
"ports": [
{ "port": 1025, "info": "SMTP" },
{ "port": 8025, "info": "HTTP" }
]
}