taklwu commented on code in PR #8676:
URL: https://github.com/apache/hbase/pull/8676#discussion_r4048815130


##########
dev-support/read-replica/.env:
##########
@@ -22,7 +22,7 @@ HBASE_CONTAINER_NAME=hbase-docker
 # This is the host running the hbase-docker containers. Use localhost if the 
containers
 # are running locally. If they are started by another container, such as a 
Jenkins
 # container in a Docker-out-of-Docker setup, then try setting this to 
host.docker.internal.
-HBASE_HOST=${HBASE_HOST:-localhost}
+HBASE_HOST=${HBASE_HOST:-host.docker.internal}

Review Comment:
   can we use something like `hostname -a` then it could auto detect the 
hostname ? 



-- 
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