docs: revise 'quick start' part of readme (#311)

Signed-off-by: Товарищ <2962928213@qq.com>
This commit is contained in:
Товарищ программист 2021-10-29 19:03:52 +08:00 committed by Gucheng Wang
parent ebc5fe454c
commit b7f2f9056f

View File

@ -123,7 +123,7 @@ This method requires [docker](https://docs.docker.com/get-docker/) and [docker-c
Edit `conf/app.conf`, modify `dataSourceName` to the fixed content:
```bash
dataSourceName = root:123@tcp(db:3306)/
dataSourceName = root:123456@tcp(db:3306)/
```
> If you need to modify `conf/app.conf`, you need to re-run `docker-compose up`.