Skip to content

Commit

Permalink
Feature/testmultiindex (#66)
Browse files Browse the repository at this point in the history
Update docker-compose to use volume
  • Loading branch information
Ryan Faircloth authored and GitHub committed Aug 27, 2019
1 parent c6a16fc commit ef63b1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
- SPLUNKBASE_USERNAME=${SPLUNKBASE_USERNAME}
- SPLUNKBASE_PASSWORD=${SPLUNKBASE_PASSWORD}
volumes:
- ./splunk/SA-syslog-ng:/opt/splunk/etc/apps/SA-syslog-ng
- splunk-etc:/opt/splunk/etc
# logging:
# driver: splunk
# options:
Expand All @@ -108,3 +108,5 @@ volumes:
external: true
sc4s-results:
external: true
splunk-etc:
external: true

0 comments on commit ef63b1b

Please sign in to comment.