Apache HTTP + PHP 7.3 (CLI) base image for web projects
Including:
- Apache HTTP Server (default command)
- PHP 7.3 (command line version)
- Composer
- MySQL command line client
- Pandoc
When run as a container, PHP (CLI) works but is unconfigured and the Apache webserver defaults to /usr/local/apache2/htdocs/
as its webroot. To make the webserver run PHP applications, combine this image e.g. with tollwerk/docker-php73.