diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-25 17:51:59 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-25 17:51:59 +0100 |
| commit | c3cabed6e70126d1ffa6f056d087da138a8646b3 (patch) | |
| tree | 75206f71a1f9df47f92a8dcac970e5049971b3af /smtp.Dockerfile | |
| parent | aa76b5ad792108c61e8cec1f98e6ba5e68900c72 (diff) | |
db is g+rw in http.Dockerfile
Diffstat (limited to 'smtp.Dockerfile')
| -rw-r--r-- | smtp.Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
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 ./ |
