4 Commits

Author SHA1 Message Date
5d87422fa3 1.0.11 2019-11-01 18:26:03 +01:00
596fd929fa fix(core): update 2019-11-01 18:26:02 +01:00
06bdb924a1 1.0.10 2019-11-01 14:19:35 +01:00
8fc700fd85 fix(core): update 2019-11-01 14:19:34 +01:00
4 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "ht-docker-elk",
"version": "1.0.9",
"version": "1.0.11",
"lockfileVersion": 1
}

View File

@@ -1,6 +1,6 @@
{
"name": "ht-docker-elk",
"version": "1.0.9",
"version": "1.0.11",
"description": "elastic stack with full basic authentication",
"main": "index.js",
"scripts": {

View File

@@ -21,7 +21,7 @@ elastic stack with full basic authentication
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
docker run --rm -d --name elstack -p 3000:3000 -p 9200:9201 -e SSL=true -e ELSK_USER="anyuser" -e ELSK_PASS="anypass" registry.gitlab.com/hosttoday/ht-docker-elk
```
## Contribute

View File

@@ -18,8 +18,8 @@ server {
}
server {
listen [::]:9201;
listen 9201;
listen [::]:3001;
listen 3001;
server_name _;