Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

File metadata and controls

20 lines (13 loc) · 457 Bytes

php-docker

What is this ??

This repository enable to make environment of PHP and MySQL on nginx on Docker.

Process

  1. install Docker (if not, install make)
  2. clone this repository
  3. run make up
  4. access (http://localhost:8000/test.php)
  5. If info display, it's complete.

When use ??

In app container, installed "composer". So, you can make some PHP Framework.

[!CAUTION] Delete project directory, then make new project named "project"