Skip to content

Docker containermfor running PHP Webapplications with Apache and php fpm

Notifications You must be signed in to change notification settings

mocdk/docker-PhpApache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Docker container for Apache and PHP FPM

Sample Docker container for running Apache and PHP FPM using supervisor.

To build the image

docker build -t mocdk/apachephp .

To run

docker run -p 22 -p 80:80 -d mocdk/apachephp

The image exposes port 22 and port 80

About

Docker containermfor running PHP Webapplications with Apache and php fpm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages