use U,z for opensearch data
This commit is contained in:
parent
11b90f20bb
commit
f81d0224b3
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ services:
|
||||||
- "9200:9200"
|
- "9200:9200"
|
||||||
- "9600:9600"
|
- "9600:9600"
|
||||||
volumes:
|
volumes:
|
||||||
- ${OPENSEARCH_DATA_PATH:-./opensearch-data}:/usr/share/opensearch/data:Z
|
- ${OPENSEARCH_DATA_PATH:-./opensearch-data}:/usr/share/opensearch/data:U,z
|
||||||
|
|
||||||
dashboards:
|
dashboards:
|
||||||
image: opensearchproject/opensearch-dashboards:3.0.0
|
image: opensearchproject/opensearch-dashboards:3.0.0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue