We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7504231 commit 878b6ddCopy full SHA for 878b6dd
docker-compose.yml
@@ -89,6 +89,7 @@ services:
89
- discovery.type=single-node
90
- bootstrap.memory_lock=true # along with the memlock settings below, disables swapping
91
- "OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m" # minimum and maximum Java heap size, recommend setting both to 50% of system RAM
92
+ - "OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_INITIAL_ADMIN_PASSWORD}"
93
# privileged: true # doesn't work
94
# ulimits: # acuses permission error
95
# memlock:
0 commit comments