Merge pull request #89 from catcherwong/Update-Standalone-Mysql-Usage

Update Standalone Mysql Usage
This commit is contained in:
paderlol 2020-11-16 21:56:53 +08:00 committed by GitHub
commit af02eb9f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,11 @@ Run the following command
* Standalone Mysql
```powershell
docker-compose -f example/standalone-mysql.yaml up
# Using mysql 5.7
docker-compose -f example/standalone-mysql-5.7.yaml up
# Using mysql 8
docker-compose -f example/standalone-mysql-8.yaml up
```
* Cluster