Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 298 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 298 Bytes

ZincPHP Docker Server

Docker server for ZincPHP testing.

It will serve:

  • PHP 7.2
  • MySQL 6.7
  • Apache
  • Ubuntu
  • Adminer

Usage

Run this commands,

docker-compose build
docker-compose up

ZincPHP api response: http://localhost:4700

Mysql Adminer: http://localhost:4701