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 44cd58e7 Point to raw docker-compose.yaml to allow direct download
(#1590)
44cd58e7 is described below
commit 44cd58e7e2125bf28cd7f762897557117fe1b9e9
Author: Gregor Wolf <[email protected]>
AuthorDate: Sat Feb 28 01:16:28 2026 +0100
Point to raw docker-compose.yaml to allow direct download (#1590)
---
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 6e8155cb..2a021be8 100644
--- a/docs/WEB_DOCKER.md
+++ b/docs/WEB_DOCKER.md
@@ -5,7 +5,7 @@
2. Docker Engine 24+
### How to run Karavan on Docker
-1. Download [docker-compose.yaml](install/karavan-docker/docker-compose.yaml)
+1. Download
[docker-compose.yaml](/apache/camel-karavan/refs/heads/main/docs/install/karavan-docker/docker-compose.yaml)
2. Set Environment Variables for Git Repository and Container Image Registry
connections in docker-compose.yaml
2. Create network
```