This is an automated email from the ASF dual-hosted git repository.

zhangyonglun 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 7df1596  modify deployment-docker in chinese Doc of version-2.4.1 
(#359)
7df1596 is described below

commit 7df15969f4163e67b80f22aa23abb7e316212a46
Author: civism <[email protected]>
AuthorDate: Mon Nov 15 14:00:59 2021 +0800

    modify deployment-docker in chinese Doc of version-2.4.1 (#359)
---
 .../version-2.4.1/deployment/deployment-docker.md                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-docker.md
 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-docker.md
index 58087a4..6f3a7d0 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-docker.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/version-2.4.1/deployment/deployment-docker.md
@@ -29,7 +29,7 @@ docker run -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -e "SPRING_PRO
 另外一种方式把 `application.yml` 配置放到`${your_work_dir}/conf`, 然后执行以下语句:
 
 ```          
-docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf/ -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net 
shenyu apache/shenyu-admin
+docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -d -p 9095:9095 --net 
shenyu apache/shenyu-admin
 ```
 
 * 使用 `PostgreSql` 来存储后台数据, 执行以下语句:
@@ -41,7 +41,7 @@ docker run -e "SPRING_PROFILES_ACTIVE=pg" -e 
"spring.datasource.url=jdbc:postgre
 另外一种方式把 `application.yml` 配置放到`${your_work_dir}/conf`, 然后执行以下语句:
 
 ```
-docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf/ -d -p 9095:9095 
--net shenyu apache/shenyu-admin
+docker run -v ${your_work_dir}/conf:/opt/shenyu-admin/conf -d -p 9095:9095 
--net shenyu apache/shenyu-admin
 ```
 
 ### 启动Apache ShenYu Bootstrap

Reply via email to