diff --git a/README.md b/README.md index b80d762d0394..496e7b75938d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@
-
+
@@ -22,7 +22,7 @@
-
+
diff --git a/README_CN.md b/README_CN.md
index efe8cf387791..c5f97fec8cd8 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -13,7 +13,7 @@
-
+
@@ -22,7 +22,7 @@
-
+
diff --git a/soul-dist/README.md b/soul-dist/README.md
index 87495b5503a6..3fdeef5b0ab3 100644
--- a/soul-dist/README.md
+++ b/soul-dist/README.md
@@ -34,7 +34,9 @@ docker run -d -p 9195:9195 --net soul dromara/soul-bootstrap:2.2.1
If you want to override environment variables, you can do like this.
-`docker run -e "SPRING_PROFILES_ACTIVE=mysql" -e "spring.datasource.url=jdbc:mysql://192.168.1.9:3306/soul?useUnicode=true&characterEncoding=utf-8&useSSL=false" -e "spring.datasource.password=123456" -d -p 9095:9095 --net soul dromara/soul-admin:2.2.1`
+```
+docker run -e "SPRING_PROFILES_ACTIVE=mysql" -e "spring.datasource.url=jdbc:mysql://192.168.1.9:3306/soul?useUnicode=true&characterEncoding=utf-8&useSSL=false" -e "spring.datasource.password=123456" -d -p 9095:9095 --net soul dromara/soul-admin:2.2.1
+```
Another way, bind volume and mounts