From e047d8d490c0350520721e5f4ca3347f84b9c6b2 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Tue, 4 Feb 2020 20:25:53 -0500 Subject: [PATCH] Update docker-compose.yml --- tests/docker-compose.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/docker-compose.yml b/tests/docker-compose.yml index 80b527c..ad37c4b 100644 --- a/tests/docker-compose.yml +++ b/tests/docker-compose.yml @@ -7,9 +7,17 @@ #You should have received a copy of the CC0 legalcode along with this #work. If not, see . version: "3.7" + +networks: + hostnet: + external: true + name: host + services: sc4s: + networks: + hostnet: {} build: context: ../package container_name: sc4s @@ -46,6 +54,8 @@ services: volumes: - ./tls:/opt/syslog-ng/tls splunk: + networks: + hostnet: {} build: context: ../splunk