1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-19 01:24:05 +01:00

docker: enable JIT by default on compose

This commit is contained in:
Zankaria 2024-04-10 16:06:20 +02:00 committed by Zankaria
parent f8ea32376e
commit 050bc59588
2 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,7 @@ services:
volumes:
- ./local-www:/var/www
- ./docker/php/www.conf:/usr/local/etc/php-fpm.d/www.conf
- ./docker/php/jit.ini:/usr/local/etc/php/conf.d/jit.ini
networks:
vichan_net:
ipv4_address: 172.20.0.4

2
docker/php/jit.ini Normal file
View File

@ -0,0 +1,2 @@
opcache.jit_buffer_size=192M
opcache.jit=tracing