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 debfba6  modify deployment-docker in  current version (#364)
debfba6 is described below

commit debfba6c18f4e118cd84ad0875b9d5ad7616684c
Author: civism <[email protected]>
AuthorDate: Tue Nov 16 10:27:08 2021 +0800

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

diff --git 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker.md
 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker.md
index 8109966..f16f513 100644
--- 
a/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker.md
+++ 
b/i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-docker.md
@@ -29,7 +29,7 @@ docker run -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -e "SPRING_PRO
 另外一种方式, 从 
[配置文件地址](https://github.com/apache/incubator-shenyu/blob/master/shenyu-admin/src/main/resources/)
 中把 `application.yml`、`application-mysql.yml`、`application-pg.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
 另外一种方式, 从 
[配置文件地址](https://github.com/apache/incubator-shenyu/blob/master/shenyu-admin/src/main/resources/)
 中把 `application.yml`、`application-mysql.yml`、`application-pg.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