kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

Fix docker-compose configuration #224

Closed hsleep closed 8 years ago

hsleep commented 8 years ago

Motivation: In linux machine, docker-compose up -d graph_mysql doesn't work. The following errors occured.

ERROR: Validation failed in file './docker-compose.yml', reason(s): Service 'graph_hbase' configuration key 'expose' '0' is invalid: should be of the format 'PORT[/PROTOCOL]'

Modifiction: Fixed expose configuration in docker-compose.yml

Result: docker-compose up -d graph_msyql works in linux machine.

wishoping commented 8 years ago

:+1: