Explorar o código

Update docker-compose.yml

OpenSearch now requires an admin password to be set in the compose file
Lawrence Systems hai 1 ano
pai
achega
53757395f0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: