GitHub - ymmer/docker_apache-php: small container using supervisord to run php-based app on apache · GitHub
Skip to content

ymmer/docker_apache-php

Folders and files

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