This is an automated email from the ASF dual-hosted git repository.
lhotari 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 26671a6ce02e Update administration-pulsar-manager.md (#835)
26671a6ce02e is described below
commit 26671a6ce02ed529eb26072846aedf14e4ab31a5
Author: Simon Sigré <[email protected]>
AuthorDate: Sun Mar 10 17:44:14 2024 +1100
Update administration-pulsar-manager.md (#835)
Resolves static reference to old tag 'v0.3.0'
---
docs/administration-pulsar-manager.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/administration-pulsar-manager.md
b/docs/administration-pulsar-manager.md
index 283ad09cce5a..5661020da4ee 100644
--- a/docs/administration-pulsar-manager.md
+++ b/docs/administration-pulsar-manager.md
@@ -16,11 +16,11 @@ To install Pulsar Manager, complete the following steps.
The easiest way to use the Pulsar Manager is to run it inside a Docker
container.
```shell
-docker pull apachepulsar/pulsar-manager:v0.3.0
+docker pull apachepulsar/pulsar-manager:latest
docker run -it \
-p 9527:9527 -p 7750:7750 \
-e
SPRING_CONFIGURATION_FILE=/pulsar-manager/pulsar-manager/application.properties
\
- apachepulsar/pulsar-manager:v0.3.0
+ apachepulsar/pulsar-manager:latest
```
* Pulsar Manager is divided into front-end and back-end, the front-end service
port is `9527` and the back-end service port is `7750`.