Refine the whole docker config.

This commit is contained in:
zicla
2018-01-29 16:53:10 +08:00
parent 47edf4c4d4
commit 2a8fbb7b86
3 changed files with 11 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"ServerPort": 6010,
"LogToConsole": false,
"MysqlPort": 3306,
"MysqlHost": "db",
"MysqlHost": "127.0.0.1",
"MysqlSchema": "tank",
"MysqlUserName": "tank",
"MysqlPassword": "tank123",