PHP extended version: provides a version of php-fpm with some php modules. This fpm is configured to execute with user/group www-data
- apcu
- gd
- mcrypt
- mysqli
- mbstring
- libfreetype6-dev
- libjpeg-progs
- libjpeg62-turbo-dev
- libmagickwand-dev
- libpng12-dev
- pngout
- sendmail
php5:
image: webfatorial/php5-apache
restart: 'yes'
ports:
- "80:80"
volumes:
- ./apache/:/etc/apache2/sites-enabled
- ./app:/var/www/html
links:
- mysql