Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 573 Bytes

README.md

File metadata and controls

executable file
·
13 lines (10 loc) · 573 Bytes

The Docker setup for PHP applications using PHP7-FPM , Nginx , Mysql , Redis and PhpMyAdmin. Also you can maintaining or install your project cakephp on this environment without specify config.

Instructions

  1. Clone the repository
  • Run docker-compose up
  • Navigate to localhost:8080 in a browser.you will look index.php
  • Navigate to localhost:8096 in a browser.you will look login page PhpMyAdmin

Runs Cakephp 3

That's it! You have your local PHP setup using Docker