docker-php
docker-php copied to clipboard
Add FrankenPHP support - Update Dockerfile
- set
ENV SERVER_NAME=:8080so frankenphp can run in 8080 port - using frankenphp base
install-php-extensionsscript to install php extensions (and system dependencies?) - removed usage of
docker-php-serversideup-dep-install-debiansince all dependencies are installed by frankenphpinstall-php-extensions
@jaydrogers Should we remove capabilities from Frankenphp since its running in a non privileged port?
It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)
It should be aware that FrankenPHP only works with PHP 8.1 (given what the docs say, haven't tested on older versions and even if it does it may have zero support)
FrankenPHP does not support PHP 8.1 and won't: #637
Thanks for the correction. Should be 8.2.