Add setup for frankenphp symfony docker

This commit is contained in:
Tim
2025-05-25 15:18:52 +02:00
parent 5fcc32de6d
commit 101de8916e
14 changed files with 453 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
; https://symfony.com/doc/current/performance.html#use-the-opcache-class-preloading
opcache.preload_user = root
opcache.preload = /app/config/preload.php
; https://symfony.com/doc/current/performance.html#don-t-check-php-files-timestamps
opcache.validate_timestamps = 0