We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63ce2c commit 4c7464eCopy full SHA for 4c7464e
1 file changed
README.md
@@ -123,9 +123,9 @@ services:
123
services:
124
app:
125
volumes:
126
- - ./volumes/php/pm.ini:/usr/local/etc/php/conf.d/
+ - ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/pm.conf
127
```
128
-- Create a file `./volumes/php/pm.ini` with the following content (see references for tunning according your setup):
+- Create a file `./volumes/php/pm.conf` with the following content (see references for tunning according your setup):
129
```yaml
130
[www]
131
pm.max_children = 10
0 commit comments