https://github.com/Pitchanon/docker-apache-php-mongo
805
Use this container as a base for your application. Below is an example Dockerfile in which we add a VHost to the apache config:
FROM pitchanon/apache-php-mongo:latest
...
ADD vhost.conf /etc/apache2/sites-enabled/
CMD ["/run.sh"]
$ docker run -d -v /host/www:/app -p 80 pitchanon/apache-php-mongo:latest
Content type
Image
Digest
Size
207.5 MB
Last updated
over 10 years ago
docker pull pitchanon/docker-apache-php-mongo