diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c257a21 --- /dev/null +++ b/readme.md @@ -0,0 +1,6 @@ +# 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 +``` diff --git a/ssl.kibana.conf b/ssl.kibana.conf index 2db3985..8b65b87 100644 --- a/ssl.kibana.conf +++ b/ssl.kibana.conf @@ -32,7 +32,7 @@ server { server { listen [::]:9201 ssl http2; - listen 443 ssl http2; + listen 9201 ssl http2; server_name _;