Skip to content

ondrejnov/docker-php56

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP 5.6 + Apache PFM + Exim4 MTA

PHP extensions

mysqli OPCache gettext GD

Apache modules

mod-rewrite

Usage

Run a PHP application

docker run -d --name php56 -v your-app-path:/var/www/html ondrejnov/php56

or with bind apache port to host

docker run -d --name php56 -p 80:80 -v your-app-path:/var/www/html ondrejnov/php56

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published