PHP with Apache Docker images with some extra php modules
630
PHP extended version: provides a version of php-fpm with some php modules. This fpm is configured to execute with user/group www-data
php5:
image: webfatorial/php5-apache
restart: 'yes'
ports:
- "80:80"
volumes:
- ./apache/:/etc/apache2/sites-enabled
- ./app:/var/www/html
links:
- mysql
Content type
Image
Digest
Size
273.5 MB
Last updated
over 10 years ago
docker pull webfatorial/php5-apache