Skip to content
This repository was archived by the owner on Feb 22, 2021. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 239 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 239 Bytes

Local mysql docker:

docker run --name mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=mavet -e MYSQL_DATABASE=apollo -e MYSQL_USER=apollo -e MYSQL_PASSWORD=tahat -v /Users/roiravhon/github/misc/apollo-mysql:/var/lib/mysql -d mysql:latest