Configuration d'OPcache avec FrankenPHP.

This commit is contained in:
2026-02-28 10:20:39 +01:00
parent 502fa49d24
commit a9f904060e
4 changed files with 27 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ services:
volumes:
- ./www:/app
- ./host/frankenphp/conf/Caddyfile:/etc/frankenphp/Caddyfile
- ./host/php/conf/${OPCACHE_CONFIG_FILE:-opcache.default.ini}:/usr/local/etc/php/conf.d/opcache.ini
healthcheck:
test: [ "CMD-SHELL", "curl -s http://localhost/server-php-test.php || exit 1" ]