docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
Adds quick start guide and restructure the docs with prologue. closes #542 
### Steps To Reproduce Spent hours just to get started. A simple quick start guide that just deploys your laravel in seconds would be a game changer. You don't have...
Hey, I've been using FrankenPHP for a while and it's fantastic. So much better than Unit. And just like Unit it's single binary and a one container option. This initial...
## Background During zero-downtime deployments, sometime the service fails to start: ``` [09-Jun-2025 17:16:27] NOTICE: fpm is running, pid 131 [09-Jun-2025 17:16:27] NOTICE: ready to handle connections curl: (7) Failed...
### Steps To Reproduce 1. Start an apache container 2. Visit the site 3. Check the logs ### Outcome #### What did you expect? - Logs should have User agent...
Hello, I've been running into some problem with the default configuration listening to IPv6. I was hoping with this env, it enables user to toggle whether they want to listen...
`serversideup/docker-php` image can be used efficiently to test one feature at a time if we allow `migrate:fresh --seed`. e.g. We have 3 environments: - `Production` (for the tag generated from...
Last week [v3.2.1.0](https://github.com/just-containers/s6-overlay/releases/tag/v3.2.1.0) version of s6-overlay was released. It resolves long standing issue/bug with permission (critical from my perspective) that is a big pain for kubernetes usage on images that...
This is my first contribution. Let me know if something can be adjusted. Targeting `release/v3.6` I kept the default current values (`/dev/stdout` and `/dev/stderr`). But, honestly I would change it...
# 👉 Describe the problem The current Nginx configuration separates SVG files from other media assets. This creates an inconsistency with how Symfony's Asset Mapper component handles assets, particularly in...