From 7be5f4713a0d8151c1301cf6bfa3b78088f9280a Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Mon, 6 Nov 2023 11:34:42 +0100 Subject: [PATCH] chore(readme): specify camunda-nexus mirror only (#289) camunda/camunda-bpm-platform#3893 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ed559d..a0201c00 100644 --- a/README.md +++ b/README.md @@ -306,7 +306,7 @@ docker run -d --name camunda -p 8080:8080 \ ## Build You can build a Docker image for a given Camunda Platform version and distribution yourself. -Make sure to adjust the [settings.xml](settings.xml) and remove the `camunda-nexus` server and mirror +Make sure to adjust the [settings.xml](settings.xml) and remove the `camunda-nexus` mirror (no matter if you are building a community or enterprise edition). If you want to build the enterprise edition (EE), check out [the dedicated README section](#build-an-enterprise-version).