소스 검색

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: