Skip to content

Commit 74c0fb8

Browse files
committed
Add new env variable for Splunk 10, remove docker-compose version, add quotes to versions as is recommended
1 parent 028b69c commit 74c0fb8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docker-compose.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.6'
2-
31
services:
42
splunk:
53
image: "splunk/splunk:${SPLUNK_VERSION}"
@@ -11,9 +9,9 @@ services:
119
- SPLUNK_PASSWORD=changed!
1210
- SPLUNK_APPS_URL=https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
1311
ports:
14-
- 8000:8000
15-
- 8088:8088
16-
- 8089:8089
12+
- "8000:8000"
13+
- "8088:8088"
14+
- "8089:8089"
1715
healthcheck:
1816
test: ['CMD', 'curl', '-f', 'http://localhost:8000']
1917
interval: 5s

0 commit comments

Comments
 (0)