fix `expose` configuration in `docker-compose.yml`
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/a685bd01 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/a685bd01 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/a685bd01 Branch: refs/heads/feature/test_daewon Commit: a685bd01862cc639628f3068c1d519fd8512a9d6 Parents: 67aafe3 Author: Jaesang Kim <[email protected]> Authored: Wed Dec 30 10:19:17 2015 +0900 Committer: Jaesang Kim <[email protected]> Committed: Wed Dec 30 10:19:17 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/a685bd01/dev_support/docker-compose.yml ---------------------------------------------------------------------- diff --git a/dev_support/docker-compose.yml b/dev_support/docker-compose.yml index c92f173..3fa16b7 100644 --- a/dev_support/docker-compose.yml +++ b/dev_support/docker-compose.yml @@ -26,5 +26,5 @@ graph_hbase: - "60030:60030" - "9000:9000" expose: - - "3306:3306" + - "3306" - "9000"
