Update Standalone Mysql Usage

This commit is contained in:
Catcher Wong 2020-04-25 09:48:21 +08:00 committed by GitHub
parent ba41672f2f
commit dd6f7f9a76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,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