From c07f55e8d428f1f1b0167958d022bfb33f519005 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Mon, 22 Jun 2026 22:55:34 +0100 Subject: move smtp/Dockerfile to smtp.Dockerfile --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index b17e42e..539ee3f 100644 --- a/compose.yml +++ b/compose.yml @@ -20,7 +20,8 @@ services: smtp: image: git.joeac.net/joeac/joeac.net-smtp build: - context: smtp + context: . + dockerfile: smtp.Dockerfile args: LOCAL_SMTP_PORT: 2500 env_file: -- cgit v1.2.3