Common Module - Influx Docker Fix

This commit is contained in:
Mike Reeves
2018-11-19 11:04:20 -05:00
parent 858fe32de0
commit 7637f72e88

View File

@@ -174,7 +174,7 @@ so-influxdb:
- image: soshybridhunter/so-influxdb:HH1.0.4 - image: soshybridhunter/so-influxdb:HH1.0.4
- hostname: influxdb - hostname: influxdb
- binds: - binds:
- /opt/so/conf/influxdb/etc:/etc/influxdb/influxdb.conf:ro - /opt/so/conf/influxdb/etc/influxdb.conf:/etc/influxdb/influxdb.conf:ro
- /nsm/influxdb:/var/lib/influxdb:rw - /nsm/influxdb:/var/lib/influxdb:rw
- port_bindings: - port_bindings:
- 0.0.0.0:8086:8086 - 0.0.0.0:8086:8086