Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

william-billaud/apache-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache-php

How to use this image

Get the docker image by running the following commands:

docker pull billwilliam/apache-php

start the container

docker run --name apache-php -v /path/to/web:/var/www/html -p 80:80 -d billwilliam/apache-php

your web directory must contains a public directory (so /path/to/web/public must exist) All http request will be redirect to this public directory, and if the page didn't exist il will be redirect to index.php.

Supported tags

  • latest
  • pgsql : with postgresql driver

About

docker for php with rewrite rule enable

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published