Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 454 Bytes

Zend framework PHP-FPM container for docker

Provides a dead simple php-fpm container for docker that supports the basic Zf2 application out of the box

Usage

In your docker-compose.yml add a section for php and mount the current workspace into the /var/www/html folder.

php:
    image: interactivesolutions/zf-php-fpm:latest
    links:
        - mysql
    volumes:
        - ./:/var/www/html