PHP Custom is a docker image of an old version of PHP (5.6) with old dependencies already resolved.
Example docker-compose.yml content:
services:
php-custom:
container_name: php-custom
image: cpifano/php-custom:1.0.1
restart: unless-stopped
volumes:
- ./php/conf:/usr/local/etc/php/
- ./php/src:/var/www/html
ports:
- 80:80PHP Custom is licensed by MIT.
