Skip to content

Instantly share code, notes, and snippets.

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