Update Standalone Mysql Usage
This commit is contained in:
parent
ba41672f2f
commit
dd6f7f9a76
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user