We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c60139a commit f9227daCopy full SHA for f9227da
docs/reference/setup/install/docker.asciidoc
@@ -181,6 +181,9 @@ services:
181
memlock:
182
soft: -1
183
hard: -1
184
+ nofile:
185
+ soft: 65536
186
+ hard: 65536
187
volumes:
188
- esdata01:/usr/share/elasticsearch/data
189
ports:
@@ -201,6 +204,9 @@ services:
201
204
202
205
203
206
207
208
209
210
211
- esdata02:/usr/share/elasticsearch/data
212
networks:
0 commit comments