ソースを参照

Update docker-compose.yml

OpenSearch now requires an admin password to be set in the compose file
Lawrence Systems 1 年間 前
コミット
53757395f0
1 ファイル変更1 行追加0 行削除
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -35,6 +35,7 @@ services:
       - "action.auto_create_index=false"
       - "plugins.security.ssl.http.enabled=false"
       - "plugins.security.disabled=true"
+      - "OPENSEARCH_INITIAL_ADMIN_PASSWORD=SetPassw0rdL3ttersAndNumb3r5"
     volumes:
       - "log_data:/usr/share/opensearch/data"
     ulimits: