-
Put this
docker-compose.yml
file in your project root or any other directory -
Run
docker-compose up -d
It's go http server listening port 8080 inside contianer and map to out side port 8000.
In container MySQL server listening prot 3306 and map to outside port 33063.
You can edit any config like you want.