2 Commits

Author SHA1 Message Date
9a26ddc52e 1.0.15 2019-11-01 23:51:38 +01:00
47001d0b27 fix(core): update 2019-11-01 23:51:38 +01:00
4 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
FROM blacktop/elastic-stack:latest
COPY ./ssl.kibana.conf /etc/nginx/conf.d/
COPY ./nginx.conf /etc/nginx/conf.d/kibana.conf

2
package-lock.json generated
View File

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

View File

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