fix: release the fpm handbrake

it seems like php-fpm applys configs in aphabetical order, so that our
fpm-tune was overwritten by the www.conf with default values.

so let's go on highspeed now! :)
This commit is contained in:
Philipp Rothmann 2023-06-13 13:20:26 +02:00 committed by Christian Galo
parent e33f1c12ae
commit 41b7868713
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ services:
- db
configs:
- source: fpm_tune
target: /usr/local/etc/php-fpm.d/fpm-tune.conf
target: /usr/local/etc/php-fpm.d/zzz-fpm-tune.conf
- source: entrypoint
target: /custom-entrypoint.sh
mode: 555