Skip to content

Commit c975c8b

Browse files
author
Ric Harvey
authored
Merge pull request richarvey#133 from ciruz/master
Error in PHP docs
2 parents 847cd43 + abcb3b8 commit c975c8b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/php_modules.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,6 @@ Then configure and install your module:
1111
Now restart php-fpm:
1212
```
1313
supervisorctl restart php-fpm
14-
```### Install PHP Modules
15-
16-
First of all drop into the container:
17-
```
18-
docker exec -t -i nginx /bin/bash
19-
```
20-
Then configure and install your module:
21-
```
22-
/usr/local/bin/docker-php-ext-configure sockets
23-
/usr/local/bin/docker-php-ext-install sockets
24-
```
25-
Now restart php-fpm:
26-
```
27-
supervisorctl restart php-fpm
2814
```
2915

3016
We may include a env var to do this in the future.

0 commit comments

Comments
 (0)