Apache PHP

Base Apache + PHP image with MySQL enabled.

Source files (GitHub) Container images (Docker Hub)

Acknowledgements

Based on the official PHP image for PHP 5.6.40 with Apache and mysql extension installed.

Ports

PortDescription

80

Serves HTTP content (Apache requires permissions for user 1000, e.g. www-data).

Volumes

VolumePurpose

/var/www/html/

From base image: files are served from this directory.

Last updated