Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

kiwi-26/docker-php-nginx-mysql-memcached

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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 https://github.com/kiwi-26/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

Changelog from original repo

  • Change nginx listening port from 80 to 8080
  • Add app-get unzip, git
  • Add composer install

License

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

Original Author

koni

About

Environment for PHP, PHP-FPM, nginx, MySQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%