This website requires JavaScript.
Explore
Help
Sign in
simon
/
SuperSeller3000
Watch
1
Star
0
Fork
You've already forked SuperSeller3000
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1
36e7d02539
SuperSeller3000
/
docker
/
app
/
php.ini
5 lines
77 B
INI
Raw
Normal View
History
Unescape
Escape
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
opcache.enable
=
0
feat: add Docker Compose environment with Caddy, PostgreSQL 17, Redis, PHP-FPM workers
2026-05-14 04:14:55 +00:00
memory_limit
=
256M
upload_max_filesize
=
20M
post_max_size
=
20M
Reference in a new issue
Copy permalink