chengshiwen commented on issue #5368: URL: https://github.com/apache/dolphinscheduler/issues/5368#issuecomment-828183878
@18610028899 `logger-server` runs in the worker container. Due to the `bridge` network used by docker by default, containers cannot communicate directly on multiple different hosts. You should use an `overlay` network, please refer to https://docs.docker.com/network/overlay/ I will give the detailed steps about the deployment on multiple hosts in future Currently, it is recommended to use `docker-compose` to deploy on the same machine, please refer to https://dolphinscheduler.apache.org/en-us/docs/latest/user_doc/docker-deployment.html -- 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. For queries about this service, please contact Infrastructure at: [email protected]
