Get the docker image by running the following commands:
docker pull billwilliam/apache-phpstart the container
docker run --name apache-php -v /path/to/web:/var/www/html -p 80:80 -d billwilliam/apache-phpyour 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.
- latest
- pgsql : with postgresql driver