ht-docker-elk/readme.md

7 lines
252 B
Markdown
Raw Normal View History

2018-01-24 16:12:27 +00:00
# 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
```