From dd6f7f9a761a6ab13680959a6c9d23bc35ac3174 Mon Sep 17 00:00:00 2001 From: Catcher Wong Date: Sat, 25 Apr 2020 09:48:21 +0800 Subject: [PATCH] Update Standalone Mysql Usage --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791977d..e2496d2 100644 --- a/README.md +++ b/README.md @@ -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