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