Using default.conf as php docker container pool

This commit is contained in:
Joeri Verdeyen 2016-03-16 14:55:42 +01:00
parent de953e6b2a
commit 80f707f0af
2 changed files with 4 additions and 3 deletions

View file

@ -27,6 +27,7 @@ RUN apt-get update && apt-get install -y \
&& docker-php-ext-install gd \
&& docker-php-ext-install zip
COPY php.ini /usr/local/etc/php/conf.d/
COPY php.ini /usr/local/etc/php/conf.d/
COPY default.conf /usr/local/etc/php-fpm.d/www.conf
EXPOSE 9000

View file

@ -3,7 +3,7 @@
error_log = /proc/self/fd/2
daemonize = no
[wwww]
[www]
listen = 0.0.0.0:9000
@ -27,4 +27,4 @@ php_value[display_errors] = False
php_value[error_log] = /var/log/error.log
php_value[memory_limit] = 2048M
php_value[error_reporting] = E_ALL
env[SYLIUS_APP_DEV_PERMITTED] = yes
env[SYLIUS_APP_DEV_PERMITTED] = 1