This docker image is intended to work as a replacement for old legacy projects, running on old server.
Features:
- Features included from the original repository:
- Based on Ubuntu 12.04
- Apache MPM Prefork
- PHP 5.2.17 as apache mod
- Zend Optimizer
- Features added by Demin
- Enable PHP on the default site.
- Allow short open tag.
- Various updates and fixes.
- Features added by princed
- XSLT support
- Zend Optimizer and memcache pinned to working versions
version: '3' services: app: image: prncd/php-5.2 ports: - "80:80" volumes: - ~/projects/example.com:/project