Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 844 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 844 Bytes

Docker image for php 5.2 legacy projects

Build Status

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.

Sample Docker compose file

version: '3'

services:
  app:
    image: deminy/php-5.2
    ports:
      - "80:80"
    volumes:
      - ~/projects/example.com:/project