Skip to content

Commit 878b6dd

Browse files
committed
pass env
1 parent 7504231 commit 878b6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ services:
8989
- discovery.type=single-node
9090
- bootstrap.memory_lock=true # along with the memlock settings below, disables swapping
9191
- "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}"
9293
# privileged: true # doesn't work
9394
# ulimits: # acuses permission error
9495
# memlock:

0 commit comments

Comments
 (0)