Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- SPLUNK_START_ARGS=--accept-license
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
```
</details><p></p>

Expand All @@ -75,7 +75,7 @@ services:
- SPLUNK_LICENSE_URI=http://company.com/path/to/splunk.lic
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
```
</details><p></p>

Expand All @@ -93,7 +93,7 @@ services:
- SPLUNK_LICENSE_URI=/tmp/license/splunk.lic
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
volumes:
- ./splunk.lic:/tmp/license/splunk.lic
```
Expand Down Expand Up @@ -121,7 +121,8 @@ services:
- SPLUNK_HEC_TOKEN=abcd1234
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
- 8088:8088
```
</details><p></p>

Expand Down Expand Up @@ -153,7 +154,7 @@ services:
- SPLUNK_APPS_URL=http://company.com/path/to/app.tgz
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
```
</details><p></p>

Expand Down Expand Up @@ -181,7 +182,7 @@ services:
- SPLUNKBASE_PASSWORD
- SPLUNK_PASSWORD
ports:
- 8000
- 8000:8000
```
</details><p></p>

Expand Down