From 59478f95e10b54b6b9c42b4167c468557737b1d1 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 21 Mar 2023 11:33:45 +0100 Subject: [PATCH] Switch to maintained multi-arch fork of mailhog/mailhog Note that mailhog seems to be not much supported nowadays: - https://github.com/mailhog/MailHog/issues/307 - https://github.com/mailhog/MailHog/issues/442 And there are a bunch of alternatives, also supporting multi-arch docker images and some more stuff: - https://github.com/maildev/maildev - https://github.com/axllent/mailpit Surely we should move to one of them at some point. --- service.mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.mail.yml b/service.mail.yml index 812ab0e7e..a4beded96 100644 --- a/service.mail.yml +++ b/service.mail.yml @@ -6,4 +6,4 @@ services: depends_on: - mailhog mailhog: - image: mailhog/mailhog + image: anatomicjc/mailhog