fix(core): update

This commit is contained in:
Philipp Kunz 2019-11-01 14:19:34 +01:00
parent c39acf4a68
commit 8fc700fd85

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