opcache.validate_timestamps=0 caused stale bytecode after code changes — containers needed a full restart to pick up edits. For dev, OPcache is now disabled entirely. php.ini is mounted as a volume in all app services so config changes take effect with a simple `docker compose up -d`, no rebuild. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
4 lines
77 B
INI
4 lines
77 B
INI
opcache.enable=0
|
|
memory_limit=256M
|
|
upload_max_filesize=20M
|
|
post_max_size=20M
|