From: Jimmy Forsyth Date: Wed, 4 Apr 2018 21:20:55 +0000 (-0400) Subject: Set thrift port and network_mode X-Git-Tag: 2.0.0-ONAP~24 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Ftest-config.git;a=commitdiff_plain;h=91148047a8b44c759c3ae93cd836174897d84fb3 Set thrift port and network_mode Issue-ID: AAI-1005 Change-Id: Iaf2c76bbcdf0b5a2855e4fcaa2bda3e346e3d3f3 Signed-off-by: Jimmy Forsyth --- diff --git a/docker-compose-db.yml b/docker-compose-db.yml index 24024d0..7b4802a 100644 --- a/docker-compose-db.yml +++ b/docker-compose-db.yml @@ -8,6 +8,8 @@ services: - 7001:7001 - 7199:7199 - 9042:9042 + - 9160:9160 + network_mode: "host" environment: - CASSANDRA_SEEDS=aai.hbase.simpledemo.onap.org - CASSANDRA_DC=Heat