summaryrefslogtreecommitdiff
path: root/smtp.Dockerfile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 18:54:13 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 18:54:13 +0100
commit74f1df689351d440f6437c511ff24ff037adfffd (patch)
tree371e8b15f4551dd4fee1fd2a338473fc177e174a /smtp.Dockerfile
parent1ef4c22ec69e700583e0672bb6ef2edad32218bc (diff)
provides SMTP_PORT, SMTP_USER and SMTP_PASSWORD explicitly in compose.yml ;(
Diffstat (limited to 'smtp.Dockerfile')
-rw-r--r--smtp.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/smtp.Dockerfile b/smtp.Dockerfile
index 87c4914..d615479 100644
--- a/smtp.Dockerfile
+++ b/smtp.Dockerfile
@@ -1,5 +1,5 @@
FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23
RUN apk --no-cache add gettext gnutls
-ARG LOCAL_SMTP_PORT
-EXPOSE $LOCAL_SMTP_PORT
+ARG SMTP_PORT
+EXPOSE $SMTP_PORT
COPY smtp/.msmtprc ./