Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

pon-sandbox/docker-php-nginx-mysql-memcached

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-php-nginx-mysql-memcached

Overview

Docker Compose for PHP, nginx, PHP-FPM, MySQL, memcached development environment.

Description(Japanse)

【超簡単】Docker を使って1クリックでモダンな PHP 開発環境ができるようにする(PHP, MySQL, PHP-FPM, nginx, memcached)

Install

Install Docker for Mac.

Docker for Mac

Clone this repository.

$ git clone [email protected]:koni/docker-php-nginx-mysql-memcached.git

Usage

Up:

$ cd docker-php-nginx-mysql-memcached/docker
$ docker-compose up

Stop:

$ docker-compose stop

Switch PHP Version 5.6

You can switch PHP version 5.6.

If you want to use PHP 5.6, write below on docker-compose.yml.

<    build: ./php-fpm71
>    build: ./php-fpm56

License

This software is released under the MIT License, see LICENSE.

Author

koni

About

Environment for PHP, PHP-FPM, nginx, MySQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 65.0%
  • PHP 31.7%
  • Shell 3.3%