Преглед изворни кода

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: