We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a0177 commit 8738546Copy full SHA for 8738546
1 file changed
README.md
@@ -125,7 +125,7 @@ services:
125
services:
126
app:
127
volumes:
128
- - ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/pm.conf
+ - ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/www2.conf
129
```
130
- Create a file `./volumes/php/pm.conf` with the following content (see references for tunning according your setup):
131
```yaml
0 commit comments