Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 511 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 511 Bytes

Docker-compose template

Basic stack to serve web application. Using Nginx, php, mysql with phpMyAdmin

Notice:

use PHP 7.1.6

Installation:

First, clone repository : $ git clone [email protected]:darkiron/docker-compose.git

Install, project file, in dev folder

Run :

lunch containers : docker-compose up goto the url: localhost:8888

phpMyAdmin:

goto the url: localhost:76 use root login/password : root

Memory cheat

console access : docker-compose exec php /bin/sh