Skip to content

Commit 02be876

Browse files
authored
Merge pull request #107 from Flared/feature/compose-expose-api-port
feature: added 8088 to the exposed port in compose.yaml
2 parents e53a142 + 5ed6402 commit 02be876

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ services:
66
restart: unless-stopped
77
ports:
88
- "8000:8000"
9+
- "8088:8088"
910
environment:
1011
- SPLUNK_START_ARGS=--accept-license
1112
- SPLUNK_PASSWORD=a_password

0 commit comments

Comments
 (0)