Skip to content

Commit

Permalink
msmtp - more suitable default value for PHP_SENDMAIL_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jun 3, 2024
1 parent 5e17be8 commit 7e234e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ COPY files/etc/php/php-fpm.d/www.conf.ep /etc/php83/php-fpm.d/www.conf.ep

FROM build-php-fpm-${PHP_SHORT_VERSION} as final-php-fpm

ENV PHP_SENDMAIL_PATH="/usr/bin/msmtp -t --read-envelope-from"
ENV PHP_SENDMAIL_PATH="/usr/bin/msmtp -t"

RUN sudo -s <<EOF
addgroup -g 82 -S www-data || echo "www-data group already exists"
Expand Down

0 comments on commit 7e234e0

Please sign in to comment.