Skip to content

A docker project that includes php (5 and 7) with memcache extensions, a memcached server and redis server

Notifications You must be signed in to change notification settings

koullislp/dockerized-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

dockerized-php

A docker project that includes php (5 and 7) with memcache extensions, a memcached server and redis server

Thanks to the GeekPlatypus for his code on PHP-FPM and integrating NginX using Docker Compose http://geekyplatypus.com/dockerise-your-php-application-with-nginx-and-php7-fpm/

#Requirements

  • docker
  • docker-compose (version 3)

#Executing

  • pick a directory to run in according to the PHP version of your preference
  • $ docker-compose up -d
  • the above command will launch an NginX webserver, a PHP environment attached to NginX, a Memcached server as well as a Redis server

About

A docker project that includes php (5 and 7) with memcache extensions, a memcached server and redis server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages