configurable docker's hostname

Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/616cc816
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/616cc816
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/616cc816

Branch: refs/heads/feature/test_daewon
Commit: 616cc8160a26067475483a061769403a82244a32
Parents: d9f6ee8
Author: Jaesang Kim <[email protected]>
Authored: Wed Dec 30 13:13:03 2015 +0900
Committer: Jaesang Kim <[email protected]>
Committed: Wed Dec 30 13:13:03 2015 +0900

----------------------------------------------------------------------
 dev_support/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/616cc816/dev_support/docker-compose.yml
----------------------------------------------------------------------
diff --git a/dev_support/docker-compose.yml b/dev_support/docker-compose.yml
index 3fa16b7..9818251 100644
--- a/dev_support/docker-compose.yml
+++ b/dev_support/docker-compose.yml
@@ -16,7 +16,7 @@ graph_mysql:
 graph_hbase:
     image: nerdammer/hbase:0.98.10.1
     container_name: graph_hbase
-    hostname: default
+    hostname: "${DOCKER_MACHINE_NAME}"
     ports:
         - "3306:3306"
         - "2181:2181"

Reply via email to