7 lines
252 B
Markdown
7 lines
252 B
Markdown
|
# hosttoday/ht-docker-elk
|
||
|
This image runs the elastic stack and supports full basic authentication
|
||
|
|
||
|
```
|
||
|
docker run -d --name elstack -p 80:80 -p 443:443 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" hosttoday/ht-docker-elk
|
||
|
```
|