From 33513f18106283cc95727a81a061072ca8805d8d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Mar 2019 12:05:14 -0400 Subject: [PATCH] Hive Module - Add application.conf --- salt/hive/init.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index 615447630..fe38d4ea0 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -65,5 +65,7 @@ so-thehive: - image: thehiveproject/thehive:latest - hostname: so-thehive - name: so-thehive + - binds: + - /opt/so/conf/hive/application.conf:/etc/hive/application.conf - port_bindings: - 0.0.0.0:9000:9000