docker-php
docker-php copied to clipboard
🐳 Production-ready Docker images for PHP. Optimized for Laravel, WordPress, and more!
### Discussed in https://github.com/serversideup/docker-php/discussions/206 Originally posted by **jaydrogers** September 12, 2023 # 👉 Describe the problem [comment]: (What are you trying to solve?) - PHP-FPM is quite dated and not...
### Affected Docker Images `*-fpm-nginx` ### Current Behavior When an `OPTIONS` request is made to a URL **NOT** ending in `.php`, a "405 Method Not Allowed" is returned. ### Expected...
Since you are using the php ondrej repos , might as well use the nginx ones too. The ppa of ondrej/nginx has more features and is up to date with...
# Problem - There isn't an easy way to include simple configuration additions to the Apache sites # What this PR does - [X] Create a new folder called `/etc/apache2/custom-vhost-conf`...
https://docs.docker.com/reference/dockerfile/#format `However, convention is for them to be UPPERCASE to distinguish them from arguments more easily.`
### Steps To Reproduce - Follow the docs for starting a queue worker: https://serversideup.net/open-source/docker-php/docs/laravel/laravel-queue - See the container being shown as unhealthy: ```bash docker ps docker inspect ``` ### Outcome...
### Affected Docker Images ``` { "org.opencontainers.image.authors": "Jay Rogers (@jaydrogers)", "org.opencontainers.image.description": "Supercharge your PHP experience. Based off the official PHP images, serversideup/php includes pre-configured PHP extensions and settings for enhanced...
- set `ENV SERVER_NAME=:8080` so frankenphp can run in 8080 port - using frankenphp base `install-php-extensions` script to install php extensions (and system dependencies?) - removed usage of `docker-php-serversideup-dep-install-debian` since...
# Background I've been working with @nckrtl on optimizing Horizon support ### Related Discord Discussion https://discord.com/channels/910287105714954251/1235899514867683430 ```[tasklist] ### Research Solution - [x] Ensure Horizon fix is stable - [x] Test...
### Affected Docker Images *-fpm-nginx ### Docker Labels of the affected images _No response_ ### Current Behavior On container start, a warning appears: ``` nginx: [warn] the "listen ... http2"...