Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 159 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 159 Bytes

DDD Sandbox

To setup mysql in version 5.7 run this:

docker run --detach --name=mysql57 --env="MYSQL_ROOT_PASSWORD=root" --publish 6603:3306 mysql