Reworked ssmtp integration, need to use fastcgi_param PHP_ADMIN_VALUE "sendmail_path=/usr/sbin/sendmail -i -t"; in nginx config, and hostname: for php container

This commit is contained in:
Deon George
2018-02-27 19:55:11 +11:00
parent 99791da0ec
commit 5bf33b84ee
3 changed files with 20 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
# NAME leenooks/php
# VERSION 7.1-fpm-plus
# VERSION 7.2-fpm-plus
FROM registry.leenooks.net/leenooks/php:7.1-fpm-mysql
FROM registry.leenooks.net/leenooks/php:7.2-fpm-mysql
RUN apt-get update \
&& apt-get install -y libbz2-dev libgmp-dev libpng-dev libjpeg-dev libfreetype6-dev libmagickwand-dev --no-install-recommends \