You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`/path/to/local/folder` must be a directory that must contains directories `opensearchserver/data`. It will be used as data folder by OpenSearchServer.
28
+
29
+
docker run -d -P -v </path/to/local/folder>:/srv alexandretoyer/opensearchserver
30
+
31
+
#### Configure memory
32
+
33
+
Variable `MEMORY` can be used to configure number of GB to allow to OpenSearchServer.
34
+
35
+
docker run -d -P -v </path/to/local/folder>:/srv -e MEMORY=4 alexandretoyer/opensearchserver
0 commit comments