Skip to content

ymmer/docker_apache-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker container for apache2php7

small docker container using supervisord to test-run php apps. no db link yet.

usage

to build:

docker build -t ymmer/apache2php7:1.0 .

to run:

docker run -p 8000:80 -m 512m --name="myApp" -d ymmer/apache2php7:1.0

restart apache:

supervisorctl restart apache2

About

small container using supervisord to run php-based app on apache

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors