diff --git a/files/entrypoint.sh b/files/entrypoint.sh index bd667f7..172cdf1 100644 --- a/files/entrypoint.sh +++ b/files/entrypoint.sh @@ -12,7 +12,7 @@ cat < $PHP_FPM_POOL_CONF [www] user = application group = application -listen = 127.0.0.1:9000 +listen = 9000 pm = dynamic pm.max_children = 5 pm.start_servers = 2 diff --git a/files/php-fpm-www.conf b/files/php-fpm-www.conf index cfaae41..990843f 100644 --- a/files/php-fpm-www.conf +++ b/files/php-fpm-www.conf @@ -1,7 +1,7 @@ [www] user = application group = application -listen = 127.0.0.1:9000 +listen = 9000 pm = dynamic pm.max_children = 5 pm.start_servers = 2