docker-compose.yml cleanup.
This commit is contained in:
parent
eeb6480723
commit
7f46a3deca
1 changed files with 1 additions and 2 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
splunk:
|
splunk:
|
||||||
image: splunk/splunk:latest
|
image: splunk/splunk:latest
|
||||||
container_name: splunk
|
container_name: splunk
|
||||||
environment:
|
environment:
|
||||||
- SPLUNK_PASSWORD=sCE@7Nb2@4NNv%X@4EjaXZxoHv`LYu`W
|
- SPLUNK_PASSWORD=YOUR_SECURE_PASSWORD_FOR_WEBUI
|
||||||
- SPLUNK_START_ARGS=--accept-license
|
- SPLUNK_START_ARGS=--accept-license
|
||||||
- TZ=CEST
|
- TZ=CEST
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue