Skip to content

Latest commit

 

History

History

php_mysql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

PHP MySQL

Installation

$ docker-compose up -d --build
$ curl http://localhost:8080
<pre>array(3) {
  ["id"]=>
  string(1) "0"
  ["username"]=>
  string(5) "admin"
  ["password"]=>
  string(10) "s3cur3p@ss"
}
</pre>