Removed OpenSearch API Password (#2016)

Removed OpenSearch API Password on Line 176
This commit is contained in:
secp512k2 2025-03-25 15:39:28 -07:00 committed by GitHub
parent c93f658ade
commit 1921c253ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -173,7 +173,7 @@ services:
restart: unless-stopped restart: unless-stopped
env_file: *env_file env_file: *env_file
environment: environment:
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=mVchg1T5oA9wudUh - OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD}
- plugins.security.disabled=true - plugins.security.disabled=true
- discovery.type=single-node - discovery.type=single-node
ports: ports: