From 573d4096067f712b03f03556fa783efb8a5ed103 Mon Sep 17 00:00:00 2001 From: Lang <7system7@gmail.com> Date: Wed, 15 Apr 2026 14:45:44 +0200 Subject: [PATCH] fix: pkg: the mailhog is crashed on development env #4 --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e740c25..9eb4f59 100644 --- a/compose.yaml +++ b/compose.yaml @@ -90,7 +90,6 @@ services: volumes: - postfix_spool:/var/spool/postfix - ./docker/aliases:/tmp/aliases:ro - entrypoint: sh -c 'newaliases 2>/dev/null || true; /init' db: image: postgres:${POSTGRES_VERSION:-18}-alpine restart: unless-stopped