We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 847cd43 + abcb3b8 commit c975c8bCopy full SHA for c975c8b
docs/php_modules.md
@@ -11,20 +11,6 @@ Then configure and install your module:
11
Now restart php-fpm:
12
```
13
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
28
29
30
We may include a env var to do this in the future.
0 commit comments