From 2d8c149b42a8a89bec5a082da9561f383e0deba4 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 14 Mar 2022 13:22:54 +0200 Subject: [PATCH] Add SMTP_PORT env variable --- compose.mailrelay.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.mailrelay.yml b/compose.mailrelay.yml index ad686d8..8d89168 100644 --- a/compose.mailrelay.yml +++ b/compose.mailrelay.yml @@ -6,6 +6,7 @@ services: entrypoint: /docker-entrypoint.mailrelay.sh environment: - SMTP_HOST=${SMTP_HOST} + - SMTP_PORT=${SMTP_PORT} - MAIL_FROM=${MAIL_FROM} configs: - source: mstmp_conf