SuperSeller3000/docker/app/php.ini
Simon Kuehn 10862426c1 chore: disable OPcache for dev and mount php.ini as volume
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>
2026-05-18 07:22:48 +00:00

4 lines
77 B
INI

opcache.enable=0
memory_limit=256M
upload_max_filesize=20M
post_max_size=20M