Removed OpenSearch API Password (#2016)
Removed OpenSearch API Password on Line 176
This commit is contained in:
parent
c93f658ade
commit
1921c253ba
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user