Merge pull request #181 from cringer/fix-maintainer

Changed MAINTAINER (depreciated) to LABEL
This commit is contained in:
Ric Harvey
2017-10-27 15:19:15 +01:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
FROM php:7.1.10-fpm-alpine
MAINTAINER Ric Harvey <ric@ngd.io>
LABEL maintainer="Ric Harvey <ric@ngd.io>"
ENV php_conf /usr/local/etc/php-fpm.conf
ENV fpm_conf /usr/local/etc/php-fpm.d/www.conf