File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ services:
3636 - opensearch-net
3737 volumes :
3838 - opensearch-data1:/usr/share/opensearch/data
39+ - opensearch-snapshots:/usr/share/opensearch/mnt
3940 user : opensearch
4041 ulimits :
4142 memlock :
@@ -79,6 +80,7 @@ services:
7980 - opensearch-net
8081 volumes :
8182 - opensearch-data2:/usr/share/opensearch/data
83+ - opensearch-snapshots:/usr/share/opensearch/mnt
8284 user : opensearch
8385 ulimits :
8486 memlock :
@@ -122,6 +124,7 @@ services:
122124 - opensearch-net
123125 volumes :
124126 - opensearch-data3:/usr/share/opensearch/data
127+ - opensearch-snapshots:/usr/share/opensearch/mnt
125128 user : opensearch
126129 ulimits :
127130 memlock :
@@ -136,3 +139,4 @@ volumes:
136139 opensearch-data1 :
137140 opensearch-data2 :
138141 opensearch-data3 :
142+ opensearch-snapshots :
You can’t perform that action at this time.
0 commit comments