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 b5c4cd99 Improve docs for #885 b5c4cd99 is described below commit b5c4cd99ac4ee3b4c417f06ac093c47c09c88b1f Author: Marat Gubaidullin <ma...@talismancloud.io> AuthorDate: Thu Sep 14 13:04:19 2023 -0400 Improve docs for #885 --- docs/WEB_DOCKER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/WEB_DOCKER.md b/docs/WEB_DOCKER.md index ea71811c..58f982b2 100644 --- a/docs/WEB_DOCKER.md +++ b/docs/WEB_DOCKER.md @@ -11,8 +11,8 @@ ``` 2. Start Karavan with demo features ``` - docker run -it --rm --name karavan \ - --network karavan -p 8080:8080 \ + docker run -it --rm --name karavan \ + --network karavan -p 8080:8080 \ -e KARAVAN_GIT_INSTALL_GITEA=true \ -e KARAVAN_IMAGE_REGISTRY_INSTALL=true \ -v /var/run/docker.sock:/var/run/docker.sock \