From e1b444b2bf9af399b5615eccce87dff5ec46281c Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Mar 2019 12:01:59 -0400 Subject: [PATCH] Hive Module - Add more publish ports --- salt/hive/init.sls | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index a6aee3c9d..615447630 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -57,9 +57,13 @@ so-cortex: - image: thehiveproject/cortex:latest - hostname: so-cortex - name: so-cortex + - port_bindings: + - 0.0.0.0:9001:9001 so-thehive: docker_container.running: - image: thehiveproject/thehive:latest - hostname: so-thehive - name: so-thehive + - port_bindings: + - 0.0.0.0:9000:9000