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 9501b42 commit 5356724
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,11 @@
version: "3.7"


networks:
app_net:
ipam:
driver: bridge
config:
- subnet: "172.16.238.0/24"
services:

sc4s:
networks:
app_net: {}
build:
context: ../package
container_name: sc4s
#When this is enabled test_common will fail
# command: -det
ports:
Expand Down Expand Up @@ -56,12 +47,9 @@ services:
volumes:
- ./tls:/opt/syslog-ng/tls
splunk:
networks:
app_net: {}
build:
context: ../splunk

container_name: splunk

ports:
- "8000"
Expand Down

0 comments on commit 5356724

Please sign in to comment.