Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwlxxvii authored Dec 4, 2023
1 parent cc75ece commit cf32871
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/opensearch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ services:
soft: 65536 # maximum number of open files for the OpenSearch user, set to at least 65536 on modern systems
hard: 65536
volumes:
- opensearch-data1:/usr/share/opensearch/data:Z
- opensearch-data1:/usr/share/opensearch/data:z
# modify config before composing up
- opensearch/config/security/opensearch.yml:/usr/share/opensearch/plugins/opensearch-security/securityconfig/opensearch.yml:ro
# secrets:
# - source: opensearch.keystore
# target: /usr/share/opensearch/config/opensearch.keystore
Expand Down Expand Up @@ -153,7 +155,7 @@ services:
soft: 65536
hard: 65536
volumes:
- opensearch-data2:/usr/share/opensearch/data:Z
- opensearch-data2:/usr/share/opensearch/data:z
# secrets:
# - source: opensearch.keystore
# target: /usr/share/opensearch/config/opensearch.keystore
Expand Down Expand Up @@ -186,8 +188,6 @@ services:
volumes:
# modify before composing up
- dashboards/config/opensearch_dashboards.yml:/usr/share/opensearch-dashboards/config/opensearch_dashboards.yml:ro
# modify config before composing up
- opensearch/config/opensearch.yml:/usr/share/opensearch/plugins/opensearch-security/securityconfig/opensearch.yml:ro
ports:
- 5601:5601
expose:
Expand Down

0 comments on commit cf32871

Please sign in to comment.