Missing colon
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
48cdbe4652
commit
da7a25c3d0
|
@ -180,7 +180,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- opensearch-data2:/usr/share/opensearch/data
|
- opensearch-data2:/usr/share/opensearch/data
|
||||||
- ./custom-opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
- ./custom-opensearch.yml:/usr/share/opensearch/config/opensearch.yml
|
||||||
opensearch-dashboards
|
opensearch-dashboards:
|
||||||
volumes:
|
volumes:
|
||||||
- ./custom-opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
|
- ./custom-opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue