Fix word order in installation docs for Docker

Signed-off-by: Luka Romih <luka_romih@outlook.com>
This commit is contained in:
lukaromih 2022-03-21 16:22:01 +01:00 committed by Luka Romih
parent 866a36f570
commit 9fb88a09f6
1 changed files with 1 additions and 1 deletions

View File

@ -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}