Add SSL smtp

This commit is contained in:
Dryusdan 2017-06-08 11:18:07 +02:00
parent b870893168
commit 2320b6f4e7
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ ENV UID=991 \
SMTP_HOST=smtp.exemple.tld \
SMTP_USERNAME=no-reply@exemple.tld \
SMTP_PASSWORD=14234 \
SMTP_PORT=465
SMTP_PORT=465 \
SMTP_SSL=ssl
RUN apk add -U git \
&& curl -sS https://getcomposer.org/installer | php -- --filename=composer --install-dir=/usr/local/bin \