provides SMTP_PORT, SMTP_USER and SMTP_PASSWORD explicitly in compose.yml ;(

This commit is contained in:
2026-06-25 18:54:13 +01:00
parent 1ef4c22ec6
commit 74f1df6893
2 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -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 ./