PHP
2 articles in this category.
Aug 1, 2026 · 9 min read
WordPress on Docker Compose: The Production Details Tutorials Skip
Most WordPress Docker Compose tutorials give you a stack that works until the first restart, the first HTTPS proxy, or the first plugin install. Here is a compose file that survives all three, with the four failure modes explained.
Jan 6, 2026 · 4 min read
How to Deploy PHP to Docker Without Writing a Dockerfile
Containerize your PHP app in one command using migetpacks. Uses FrankenPHP for modern, high-performance PHP serving.