From 1ffaeebf4803467c420c5252da8fe76277c68788 Mon Sep 17 00:00:00 2001 From: Yannis Burkhalter Date: Fri, 29 May 2026 15:31:41 +0200 Subject: [PATCH] feat(example): Add MailHog config example in full.yml --- exemples/full.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exemples/full.yml b/exemples/full.yml index 5dd4c3b..b94464f 100644 --- a/exemples/full.yml +++ b/exemples/full.yml @@ -38,3 +38,5 @@ services: # user: user # db: db # password: password + mail: # Optional MailHog server to catch and debug outgoing emails + version: latest