This is an automated email from the ASF dual-hosted git repository.
tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3b26aca6b5d [fix][doc] version mismatch (#389)
3b26aca6b5d is described below
commit 3b26aca6b5d9c6cdf4f5b998521fbeb844e81558
Author: medsandor <[email protected]>
AuthorDate: Thu Jan 26 16:35:01 2023 +0100
[fix][doc] version mismatch (#389)
changed to 2.11.0 from 2.10.0 in the example
---
versioned_docs/version-2.11.x/getting-started-docker.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versioned_docs/version-2.11.x/getting-started-docker.md
b/versioned_docs/version-2.11.x/getting-started-docker.md
index f8afda94b82..04358ccf74c 100644
--- a/versioned_docs/version-2.11.x/getting-started-docker.md
+++ b/versioned_docs/version-2.11.x/getting-started-docker.md
@@ -26,7 +26,7 @@ docker run -it -e PULSAR_PREFIX_xxx=yyy \
-p 6650:6650 -p 8080:8080 \
--mount source=pulsardata,target=/pulsar/data \
--mount source=pulsarconf,target=/pulsar/conf \
- apachepulsar/pulsar:2.10.0 \
+ apachepulsar/pulsar:2.11.0 \
sh -c "bin/apply-config-from-env.py conf/standalone.conf && bin/pulsar
standalone"
```