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 5302aff  update deployment-docker -v  contents (#355)
5302aff is described below

commit 5302aff15f7aa70df205917308b7081dc93ec364
Author: civism <[email protected]>
AuthorDate: Thu Nov 11 18:17:41 2021 +0800

    update deployment-docker -v  contents (#355)
---
 docs/deployment/deployment-docker.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/deployment/deployment-docker.md 
b/docs/deployment/deployment-docker.md
index ed43abf..07c0e9a 100644
--- a/docs/deployment/deployment-docker.md
+++ b/docs/deployment/deployment-docker.md
@@ -29,7 +29,7 @@ docker run -v 
/${your_work_dir}/ext-lib:/opt/shenyu-admin/ext-lib -e "SPRING_PRO
 another way is to put the `application.yml` configuration in 
${your_work_dir}/conf, and then execute the following statement:
 
 ```          
-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
 ```
 
 * use `PostgreSql` to store data, execute the following statement:
@@ -41,7 +41,7 @@ docker run -e "SPRING_PROFILES_ACTIVE=pg" -e 
"spring.datasource.url=jdbc:postgre
 another way is to put the `application.yml` configuration in 
${your_work_dir}/conf, and then execute the following statement:
 
 ```
-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
 ```
 
 ### Start Apache ShenYu Bootstrap

Reply via email to