Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 5, 2020
1 parent 609df44 commit e047d8d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@
#You should have received a copy of the CC0 legalcode along with this
#work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
version: "3.7"

networks:
hostnet:
external: true
name: host

services:

sc4s:
networks:
hostnet: {}
build:
context: ../package
container_name: sc4s
Expand Down Expand Up @@ -46,6 +54,8 @@ services:
volumes:
- ./tls:/opt/syslog-ng/tls
splunk:
networks:
hostnet: {}
build:
context: ../splunk

Expand Down

0 comments on commit e047d8d

Please sign in to comment.