Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06bdb924a1 | |||
| 8fc700fd85 |
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ht-docker-elk",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ht-docker-elk",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "elastic stack with full basic authentication",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user