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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new a546e27e Improve docs for #885
a546e27e is described below

commit a546e27ee9807edf285921ca5544f31b1b2bd08e
Author: Marat Gubaidullin <ma...@talismancloud.io>
AuthorDate: Thu Sep 14 13:03:38 2023 -0400

    Improve docs for #885
---
 docs/WEB_DOCKER.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/WEB_DOCKER.md b/docs/WEB_DOCKER.md
index 82f75dcd..ea71811c 100644
--- a/docs/WEB_DOCKER.md
+++ b/docs/WEB_DOCKER.md
@@ -13,9 +13,9 @@
     ```
     docker run -it --rm  --name karavan \ 
         --network karavan -p 8080:8080 \ 
-        -v /var/run/docker.sock:/var/run/docker.sock \
         -e KARAVAN_GIT_INSTALL_GITEA=true \
         -e KARAVAN_IMAGE_REGISTRY_INSTALL=true \
+        -v /var/run/docker.sock:/var/run/docker.sock \
         ghcr.io/apache/camel-karavan:4.0.0-rc2
     ```
 

Reply via email to