Skip to content

Commit

Permalink
Fix mount point in splunk container
Browse files Browse the repository at this point in the history
* Fix mount point for splunk container volume
  • Loading branch information
Mark Bonsack committed Apr 9, 2020
1 parent 672f59e commit 3125fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ services:
- SPLUNK_PASSWORD=${SPLUNK_PASSWORD}
- SPLUNK_START_ARGS=--accept-license
volumes:
- splunk-var:/opt/splunk/vars
- splunk-var:/opt/splunk/var

volumes:
results:
Expand Down

0 comments on commit 3125fbc

Please sign in to comment.