Skip to content

Commit ec09028

Browse files
authored
[PM-23209] - Upgrade to v10 for docker (#115)
* Adding general terms approval for terms upgrade * Adding splunk 9.3 as a backup in case someone on mac needs to use it.
1 parent 74ff856 commit ec09028

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dev/docker-compose.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@ name: splunk
22

33
services:
44
splunk:
5+
image: splunk/splunk:10.0
6+
container_name: splunk
7+
platform: linux/amd64
8+
ports:
9+
- "8001:8000"
10+
- "8089:8089"
11+
environment:
12+
SPLUNK_GENERAL_TERMS: "--accept-sgt-current-at-splunk-com"
13+
SPLUNK_START_ARGS: "--accept-license"
14+
SPLUNK_PASSWORD: password
15+
splunk93:
516
image: splunk/splunk:9.3
617
container_name: splunk
718
platform: linux/amd64

0 commit comments

Comments
 (0)