q4q5q6qw commented on issue #15784:
URL: 
https://github.com/apache/dolphinscheduler/issues/15784#issuecomment-2037415229

   > Did you want to modify the port of the worker-server?
   
   No, Now after starting, the output of using netstat -ntlp is:
   tcp 0 0 0.0.0.0:1234 0.0.0.0:* LISTEN 3533851/java
   tcp 0 0 192.168.0.1:1235 0.0.0.0:* LISTEN 3533851/java
   I would like to be able to output:
   tcp 0 0 192.168.0.1:1234 0.0.0.0:* LISTEN 3533851/java
   tcp 0 0 192.168.0.1:1235 0.0.0.0:* LISTEN 3533851/java


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to