dockerzhang commented on code in PR #6605:
URL: https://github.com/apache/inlong/pull/6605#discussion_r1030137108
##########
inlong-dataproxy/dataproxy-docker/Dockerfile:
##########
@@ -26,6 +26,8 @@ ADD ${DATAPROXY_TARBALL} /opt/inlong-dataproxy
EXPOSE 46801 46802
ENV MANAGER_OPENAPI_IP=127.0.0.1
ENV MANAGER_OPENAPI_PORT=8083
+# specify the name of the network card in the container to obtain the local IP
+ENV ETH_NAME=eth1
Review Comment:
Only one IP is available.
--
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]