php-pm-docker
php-pm-docker copied to clipboard
Docker files for PHP-PM
it's kinda time to upgrade the PHP-PM docker to PHP 8.0 and the latest PHP-PM version. I decided to not use Multi-Stage with the composer as the pcntl extension is...
/cc @acasademont
I'm struggling to get APP_KERNEL_NAMESPACE changed which is needed here https://github.com/php-pm/php-pm-httpkernel/blob/master/Bootstraps/Symfony.php#L60
I don't have a lot of experience with Docker & images, but dont know where to look about this problem. I'm trying to create a custom image starting from phppm/nginx,...
It is more a question than an issue. Containers on dockerhub looks a bit outdated - maybe it is a good idea to make some automated builds on webhooks? Also...
Hi, I'm trying to use (inside `docker`) **php-pm**. I have a `Class '\App\Kernel' not found` when I try to launch my docker container from https://github.com/waghanza/http-benchmark/blob/php_pm/php/laravel/Dockerfile Does I miss something in...
After submitting https://github.com/php-pm/php-pm-docker/issues/13, I decided to write a quick PR that makes php-pm-docker listen on port 8080 by default. I also updated all the references in README.md.
Everytime we tag a new release, we should build the docker image automatically. Dunno how at the moment. Maybe we can use Github's API and detect when a new tag...
I'm working on building a project to be hosted in Google App Engine with a custom runtime (ie., docker container) based on phppm/docker. However, GAE requires that custom runtimes listen...