Small typos (#272)

* Small typo

* elastichsearch -> elasticsearch

* realeased -> released
This commit is contained in:
Alexis Daboville
2018-06-02 15:09:38 +01:00
committed by Jérôme Petazzoni
parent 8915bfb443
commit 5e78e00bc9
3 changed files with 3 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ Containers also exist (sometimes with other names) on Windows, macOS, Solaris, F
## LXC
* The venerable ancestor (first realeased in 2008).
* The venerable ancestor (first released in 2008).
* Docker initially relied on it to execute containers.

View File

@@ -320,7 +320,7 @@ EXPOSE 5000
This Compose file uses the same image, but with a few overrides for development:
- the Flask development serve ris used (overriding `CMD`),
- the Flask development server is used (overriding `CMD`),
- the `DEBUG` environment variable is set,

View File

@@ -213,7 +213,7 @@ $ docker-compose -f elk.yml up -d
- it is set with the `ELASTICSEARCH_URL` environment variable,
- by default it is `localhost:9200`, we change it to `elastichsearch:9200`.
- by default it is `localhost:9200`, we change it to `elasticsearch:9200`.
- We need to configure Logstash: