This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c46e8d  Fix dubbo-samples-docker doc (#355)
1c46e8d is described below

commit 1c46e8dee2218a3b187f8327a1d46868b51a7d95
Author: haigeek <[email protected]>
AuthorDate: Mon Aug 23 13:05:55 2021 +0800

    Fix dubbo-samples-docker doc (#355)
---
 dubbo-samples-docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-samples-docker/README.md b/dubbo-samples-docker/README.md
index 4dc5c24..a7a477c 100644
--- a/dubbo-samples-docker/README.md
+++ b/dubbo-samples-docker/README.md
@@ -48,7 +48,7 @@ docker run -e DUBBO_IP_TO_REGISTRY=30.5.97.6 -e 
DUBBO_PORT_TO_REGISTRY=20881 -p
 
 > Suppose the host IP is 30.5.97.6.    
 > set the provider to register the IP address and port of the registration 
 > center by environment variables `DUBBO_IP_TO_REGISTRY=30.5.97.6` 
 > `DUBBO_PORT_TO_REGISTRY=20881`    
-> Implement the port mapping by`-p 30.5.97.6:20881:20880`, where 20800 is the 
listening port automatically selected by dubbo. There is no monitoring IP 
configuration, so it will listen 0.0.0.0 (all IP).
+> Implement the port mapping by`-p 30.5.97.6:20881:20880`, where 20880 is the 
listening port automatically selected by dubbo. There is no monitoring IP 
configuration, so it will listen 0.0.0.0 (all IP).
 > After startup, the registered address of provider is 30.5.97.6:20881, and 
 > the listening address of the container is: 0.0.0.0:20880 
 
 5. Test

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to