From c3cabed6e70126d1ffa6f056d087da138a8646b3 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 25 Jun 2026 17:51:59 +0100 Subject: db is g+rw in http.Dockerfile --- smtp.Dockerfile | 3 --- 1 file changed, 3 deletions(-) (limited to 'smtp.Dockerfile') diff --git a/smtp.Dockerfile b/smtp.Dockerfile index cd0916c..32efbb5 100644 --- a/smtp.Dockerfile +++ b/smtp.Dockerfile @@ -1,7 +1,4 @@ FROM git.joeac.net/joeac/armv7/msmtp:1.8.32-alpine3.23 ARG LOCAL_SMTP_PORT EXPOSE $LOCAL_SMTP_PORT -ENV SMTP_PORT=${LOCAL_SMTP_PORT} \ - SMTP_USER=${LOCAL_SMTP_USER} \ - SMTP_PASSWORD=${LOCAL_SMTP_PASSWORD} COPY smtp/.msmtprc ./ -- cgit v1.2.3