Skip to content

Instantly share code, notes, and snippets.

@automine
Created September 24, 2018 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save automine/61448226bdfb6fe78e8bff7f62a6be62 to your computer and use it in GitHub Desktop.
Save automine/61448226bdfb6fe78e8bff7f62a6be62 to your computer and use it in GitHub Desktop.
Single Splunk instance, 7.0.3
version: '3'
services:
splunksh:
hostname: splunksh
image: splunk/splunk:7.0.3
environment:
SPLUNK_START_ARGS: --accept-license --answer-yes --no-prompt
OPTIMISTIC_ABOUT_FILE_LOCKING: '1'
ports:
- "8000:8000"
- "8089:8089"
volumes:
- ./sh/etc:/opt/splunk/etc
- ./sh/var:/opt/splunk/var
networks:
splunk:
aliases:
- "splunksh"
networks:
splunk:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment