Fix word order in installation docs for Docker
Signed-off-by: Luka Romih <luka_romih@outlook.com>
This commit is contained in:
parent
866a36f570
commit
9fb88a09f6
|
@ -152,7 +152,7 @@ networks:
|
|||
opensearch-net:
|
||||
```
|
||||
|
||||
If you override `opensearch_dashboards.yml` settings using environment variables, as seen above, use all uppercase letters and periods in place of underscores (e.g. for `opensearch.hosts`, use `OPENSEARCH_HOSTS`).
|
||||
If you override `opensearch_dashboards.yml` settings using environment variables, as seen above, use all uppercase letters and underscores in place of periods (e.g. for `opensearch.hosts`, use `OPENSEARCH_HOSTS`).
|
||||
{: .note}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue