This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 78cf62b update 2.4.2 deployment-docker-compose.md (#466)
78cf62b is described below
commit 78cf62babaee700c30e5de8c8dddc0d699262ca9
Author: Sinsy <[email protected]>
AuthorDate: Tue Mar 1 22:15:20 2022 +0800
update 2.4.2 deployment-docker-compose.md (#466)
---
.../version-2.4.2/deployment/deployment-docker-compose.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/versioned_docs/version-2.4.2/deployment/deployment-docker-compose.md
b/versioned_docs/version-2.4.2/deployment/deployment-docker-compose.md
index bef45f0..9e371f5 100644
--- a/versioned_docs/version-2.4.2/deployment/deployment-docker-compose.md
+++ b/versioned_docs/version-2.4.2/deployment/deployment-docker-compose.md
@@ -14,17 +14,17 @@ Choose one as the data source. It can be `h2` or `mysql` or
`pg`.
* use `h2`
```shell
-curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s master h2
+curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s v2.4.2 h2
```
* use `mysql`
```shell
-curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s master mysql
+curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s v2.4.2 mysql
```
* use `pg`
```shell
-curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s master pg
+curl
https://raw.githubusercontent.com/apache/incubator-shenyu/master/shenyu-dist/shenyu-docker-compose-dist/src/main/resources/install.sh
| bash -s v2.4.2 pg
```