Skip to content

Commit

Permalink
Update docker-compose-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 7, 2020
1 parent 2ec6796 commit e983dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/docker-compose-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ version: "3.7"

services:
test:
build: tests
build: .
links:
- splunk
- sc4s
volumes:
- results:/work/test-results

sc4s:
build: package
build: ../package
hostname: sc4s
#When this is enabled test_common will fail
# command: -det
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
- SC4S_LISTEN_PFSENSE_TCP_PORT=5006
- SC4S_ARCHIVE_GLOBAL=no
splunk:
build: splunk
build: ../splunk
hostname: splunk
ports:
- "8000"
Expand Down

0 comments on commit e983dbc

Please sign in to comment.