From 4d567fd431ccf7f57b4289f2c978c88f5437732d Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 13 Mar 2019 11:04:29 -0400 Subject: [PATCH] TheHive Module - Fix application.conf --- salt/hive/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index c204f0d26..d0af62fc3 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -75,6 +75,6 @@ so-thehive: - name: so-thehive - user: 939 - binds: - - /opt/so/conf/hive/etc/application.conf:/etc/thehive/application.conf:ro + - /opt/so/conf/hive/etc/application.conf:/opt/thehive/conf/application.conf:ro - port_bindings: - 0.0.0.0:9000:9000