Docker container for PHP development with Phalcon4 using PHP-fpm, Nginx and the supervisor. On Docker Hub: dzooli/php-phalcon4.
- composer
- phalcon-devtools
- phalcon-migrations
- nano
- iproute2
- apcu
- opcache
- pdo_mysql
- pdo_pgsql
- xdebug
docker run -v "$(pwd)"/src:/var/www/html -p 8080:80 dzooli/php-phalcon4