bitflicker64 commented on code in PR #3149:
URL: https://github.com/apache/hugegraph/pull/3149#discussion_r3866735042
##########
docker/docker-compose-3pd-3store-3server.yml:
##########
@@ -187,16 +207,25 @@ services:
<<: *server-common
container_name: hg-server0
hostname: server0
+ environment:
+ <<: *server-env
+ HG_SERVER_REST_URL: http://server0:8080
Review Comment:
@imbajin which way do you want this one closed?
**A.** Accept it as a documented limitation and resolve the thread. External
clients use the published Server ports; PD discovery stays correct for anything
on `hugegraph-net`, which is what Hubble does.
**B.** I open a Server issue for a real advertised-address option, separate
from `restserver.url` so bind and advertise can differ, and link it here.
I lean A for this PR, since B is a Server change and would hold up the
add-on. Happy to file B either way if you want it tracked.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]