Skip to content

interactive-solutions/zf-php-fpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages