Skip to content

Commit 8738546

Browse files
authored
Change pm.conf volume mapping to www2.conf
Update volume mapping in README and reference new config file.
1 parent 16a0177 commit 8738546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ services:
125125
services:
126126
app:
127127
volumes:
128-
- ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/pm.conf
128+
- ./volumes/php/pm.conf:/usr/local/etc/php-fpm.d/www2.conf
129129
```
130130
- Create a file `./volumes/php/pm.conf` with the following content (see references for tunning according your setup):
131131
```yaml

0 commit comments

Comments
 (0)