This is an automated email from the ASF dual-hosted git repository.
lidongdai pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler-website.git
The following commit(s) were added to refs/heads/master by this push:
new a281384 Update hardware-environment.md
a281384 is described below
commit a281384af5aff10a77e89d499940082e1e6f8f66
Author: dailidong <[email protected]>
AuthorDate: Wed Aug 19 15:46:11 2020 +0800
Update hardware-environment.md
---
docs/en-us/1.3.1/user_doc/hardware-environment.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/en-us/1.3.1/user_doc/hardware-environment.md
b/docs/en-us/1.3.1/user_doc/hardware-environment.md
index 705c7d8..cc122c9 100644
--- a/docs/en-us/1.3.1/user_doc/hardware-environment.md
+++ b/docs/en-us/1.3.1/user_doc/hardware-environment.md
@@ -33,10 +33,9 @@ DolphinScheduler provides the following network port
configurations for normal o
| Server | Port | Desc |
| --- | --- | --- |
-| MasterServer | 5566 | Not the communication port. Require the native ports
do not conflict |
-| WorkerServer | 7788 | Not the communication port. Require the native ports
do not conflict |
+| MasterServer | 5678 | Not the communication port. Require the native ports
do not conflict |
+| WorkerServer | 1234 | Not the communication port. Require the native ports
do not conflict |
| ApiApplicationServer | 12345 | Backend communication port |
-| nginx | 8888 | The port for DolphinScheduler UI |
> **Attention:**
> - MasterServer and WorkerServer do not need to enable communication between
> the networks. As long as the local ports do not conflict.