Commit 9fc9ca9e by Tsubasa Namiki

Fixed php-fpm.d setting

parent b0f78c00
...@@ -18,11 +18,11 @@ RUN yum install -y --enablerepo=nginx nginx ...@@ -18,11 +18,11 @@ RUN yum install -y --enablerepo=nginx nginx
# install postfix # install postfix
RUN yum install -y postfix RUN yum install -y postfix
# install php6.6 # install php5.6
RUN yum install -y --enablerepo=remi-php56\ RUN yum install -y --enablerepo=remi-php56\
php php-fpm php-pgsql php-mbstring php-pecl-imagick php php-fpm php-pgsql php-mbstring php-pecl-imagick
RUN sed -i 's/^user = apache$/user = nginx/g' /etc/yum.repos.d/epel.repo RUN sed -i 's/^user = apache$/user = nginx/g' /etc/php-fpm.d/www.conf
RUN sed -i 's/^group = apache$/group = nginx/g' /etc/yum.repos.d/epel.repo RUN sed -i 's/^group = apache$/group = nginx/g' /etc/php-fpm.d/www.conf
# install node.js # install node.js
RUN yum install -y --enablerepo=epel nodejs npm RUN yum install -y --enablerepo=epel nodejs npm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment