https://github.com/maurodelazeri/apache-php-legacy
Legacy PHP 5.2
https://github.com/maurodelazeri/apache-php-legacy
docker-image legacy php
Last synced: about 1 month ago
JSON representation
Legacy PHP 5.2
- Host: GitHub
- URL: https://github.com/maurodelazeri/apache-php-legacy
- Owner: maurodelazeri
- Created: 2019-03-11T16:24:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T18:31:35.000Z (over 7 years ago)
- Last Synced: 2025-02-23T18:15:50.315Z (over 1 year ago)
- Topics: docker-image, legacy, php
- Language: Dockerfile
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker image for php 5.2 legacy projects
The features are
* Based on Ubuntu 12.04
* Apache MPM Prefork
* PHP 5.2.17 as apache mod
* Zend Optimizer
```
docker built -t bb .
docker-compose -f stack.yml up -d
```