fix(core): update
This commit is contained in:
parent
c39acf4a68
commit
8fc700fd85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user