From 5310beb5fe9e8567287df98bbcf25d7099a5e333 Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Fri, 1 Nov 2024 21:15:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20add=20missing=20SMTP=5FPORT=20en?= =?UTF-8?q?vironment=20variable=20to=20compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 9c70c22..79c2496 100644 --- a/compose.yml +++ b/compose.yml @@ -15,4 +15,5 @@ services: - SMTP_HOSTNAME - SMTP_USERNAME - SMTP_PASSWORD + - SMTP_PORT - MAIL_FROM_ADDRESS