From abcb3b8bc9f284f846ee7ac0698f65697e981db2 Mon Sep 17 00:00:00 2001 From: ciruz Date: Thu, 23 Mar 2017 08:29:17 +0100 Subject: [PATCH] error in php docs --- docs/php_modules.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/php_modules.md b/docs/php_modules.md index e36ca02..843d6b6 100644 --- a/docs/php_modules.md +++ b/docs/php_modules.md @@ -11,20 +11,6 @@ Then configure and install your module: Now restart php-fpm: ``` supervisorctl restart php-fpm -```### Install PHP Modules - -First of all drop into the container: -``` -docker exec -t -i nginx /bin/bash -``` -Then configure and install your module: -``` -/usr/local/bin/docker-php-ext-configure sockets -/usr/local/bin/docker-php-ext-install sockets -``` -Now restart php-fpm: -``` -supervisorctl restart php-fpm ``` We may include a env var to do this in the future.