Ryan

Results 2 issues of Ryan

there are two questions: 1、/beego-mgo/controllers/baseController/baseController.go:172:16:```baseController.ServeJson()``` undefined .The function is error, and the right is ```baseController.ServeJSON()```. 2、```controller.TplNames``` is error , the right is ```controller.TplName```.

After you change the file ```docker-compose.yml```, the server can't run. Error : Bind for 0.0.0.0:4730 failed: port is already allocated. I delete the 4730:80 in the ```docker-compose.yml``` ,it can run...